#include <cmpift.h>
Collaboration diagram for _CMPIPropertyMIFT:

Public Attributes | |
| int | ftVersion |
| Function table version. | |
| int | miVersion |
| Provider version. | |
| char * | miName |
| Provider name. | |
| CMPIStatus(* | cleanup )(CMPIPropertyMI *mi, const CMPIContext *ctx, CMPIBoolean terminating) |
| Cleanup is called prior to unloading of the provider. | |
| CMPIStatus(* | setProperty )(CMPIPropertyMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *op, const char *name, const CMPIData data) |
| Set the named property value of an Instance defined by the <op> parameter. | |
| CMPIStatus(* | getProperty )(CMPIPropertyMI *, const CMPIContext *, const CMPIResult *, const CMPIObjectPath *, const char *) |
| Get the named property value of an Instance defined by the <op> parameter. | |
This table must be returend during initialization by the provider.
Definition at line 2531 of file cmpift.h.
|
|
Cleanup is called prior to unloading of the provider.
Referenced by OW_NAMESPACE::CMPIProviderIFC::doUnloadProviders(), and OW_NAMESPACE::CMPIProviderIFC::~CMPIProviderIFC(). |
|
|
Function table version.
|
|
|
Get the named property value of an Instance defined by the <op> parameter.
|
|
|
Provider name.
|
|
|
Provider version.
|
|
|
Set the named property value of an Instance defined by the <op> parameter.
|
1.4.6