#include <cmpift.h>
Collaboration diagram for _CMPIMethodMIFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
int | miVersion |
Provider version. | |
char * | miName |
Provider name. | |
CMPIStatus(* | cleanup )(CMPIMethodMI *mi, const CMPIContext *ctx, CMPIBoolean terminating) |
Cleanup is called prior to unloading of the provider. | |
CMPIStatus(* | invokeMethod )(CMPIMethodMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *op, const char *method, const CMPIArgs *in, CMPIArgs *out) |
Invoke a named, extrinsic method of an Instance defined by the <op> parameter. |
This table must be returend during initialization by the provider.
Definition at line 2446 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.
|
|
Invoke a named, extrinsic method of an Instance defined by the <op> parameter.
|
|
Provider name.
|
|
Provider version.
|