#include <cmpi/cmpift.h>
Public Attributes | |
| int | ftVersion |
| CMPIStatus(* | release )(CMPIString *st) |
| CMPIString *(* | clone )(const CMPIString *st, CMPIStatus *rc) |
| const char *(* | getCharPtr )(const CMPIString *st, CMPIStatus *rc) |
Function table version
The String object will not be used any further and may be freed by CMPI run time system.
| st | String this pointer. |
| CMPIString*(* _CMPIStringFT::clone)(const CMPIString *st, CMPIStatus *rc) |
Create an independent copy of this String object. The resulting object must be released explicitly.
| st | String this pointer. | |
| rc | Output: Service return status (suppressed when NULL). |
| const char*(* _CMPIStringFT::getCharPtr)(const CMPIString *st, CMPIStatus *rc) |
Get a pointer to a C char *representation of this String.
| st | String this pointer. | |
| rc | Output: Service return status (suppressed when NULL). |
1.5.6