|
CMPI 2.1.0 API
|
Functions | |
| static const char * | CMGetCharPtr (const CMPIString *str) |
| Get the C-language string representation of a CMPIString object (Deprecated). More... | |
| static const char * | CMGetCharsPtr (const CMPIString *str, CMPIStatus *rc) |
| Get a C-language string representation of a CMPIString object. More... | |
| static char * | CMNewCharsCP (const CMPIString *str, const CMPICodepageID cpid, CMPIStatus *rc) |
| Create a C-language string that has converted a CMPIString object into a specific codepage. More... | |
|
inlinestatic |
Get the C-language string representation of a CMPIString object (Deprecated).
| str | CMPIString object. |
|
inlinestatic |
Get a C-language string representation of a CMPIString object.
| str | CMPIString object. | |
| [out] | rc | Function return status (suppressed when NULL). |
|
inlinestatic |
Create a C-language string that has converted a CMPIString object into a specific codepage.
| str | CMPIString object. | |
| cpid | CMPI-specific codepage ID for the codepage to convert to. See CMPICodepageID for a list of supported codepages and their codepage ID values. | |
| [out] | rc | Function return status (suppressed when NULL). |
cpid.
1.8.6