CMCIClientFT.getProperty() - Get a named property value of an instance
Contents
Conforming To
Description
Get the named property value of an instance identified by reference op.
Arguments are the client object pointer cl, an ObjectPath object pointer op with the namespace and
classname to identify the instance, a pointer to a string with the property name to get in name, and rc
which returns the operation status (suppressed when NULL).
Errors
Examples
Name
CMCIClientFT.getProperty() - Get a named property value of an instance
Return Value
When successful the CMCIClientFT.getProperty() function returns a CMPIData object with the instance
property value and sets a successful operation status code in rc. When unsuccessful it returns the
CMPIStatus object with sets an operation status error code and corresponding error string.
See Also
Common Manageability Programming Interface (CMPI) - OpenGroup,
CMCIClient(3), CMPIData(3), CMPIObjectPath(3), CMPIStatus(3)
sfcc 2005-06-09 CMCICLIENTFT.GETPROPERTY(3)
Synopsis
#include<cmci.h>CMPIDataCMCIClientFT.getProperty(CMCIClient*cl,CMPIObjectPath*op,constchar*name,CMPIStatus*rc);
