Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cmciclientft.setproperty(3) [centos man page]

3(2005-06-09)															     3(2005-06-09)

NAME
CMCIClientFT.setProperty() - Set a named property value of an instance SYNOPSIS
#include <cmci.h> CMPIStatus CMCIClientFT.setProperty(CMCIClient*cl, CMPIObjectPath*op, constchar*name, CMPIValue*value, CMPITypetype); DESCRIPTION
Set 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 set in name, a pointer to the CMPIValue with the value to set in value, and rc which returns the operation status (suppressed when NULL). RETURN VALUE
When successful the CMCIClientFT.setProperty() function returns a CMPIStatus object with a successful operation status code set. When unsuccessful it returns the CMPIStatus object with the error code and corresponding error string set. ERRORS
EXAMPLES
CONFORMING TO
SEE ALSO
Common Manageability Programming Interface (CMPI) - OpenGroup, CMCIClient(3), CMPIStatus(3), CMPIObjectPath(3), CMPIValue(3), CMPIType(3) SFCBroker Client Library sfcc 3(2005-06-09)

Check Out this Related Man Page

3(2005-06-09)															     3(2005-06-09)

NAME
CMCIClientFT.execQuery() - Query the enumeration of instances of a class SYNOPSIS
#include <cmci.h> CMPIEnumeration* CMCIClientFT.execQuery(CMCIClient*cl, CMPIObjectPath*op, constchar*query, constchar*lang, CMPIStatus*rc); DESCRIPTION
Query the enumeration of instances of the class (and subclasses) defined by reference op using the query expression. Arguments are the client object pointer cl, an ObjectPath object pointer op with the reference that contains namespace and classname compo- nents, the query expression string pointer in query, the query language identifier string pointer in lang, and rc which returns the opera- tion status (suppressed when NULL). RETURN VALUE
When successful the CMCIClientFT.execQuery() function returns a pointer to a CMPIEnumeration object that contains the class instances that match the query and sets a successful operation status code. When unsuccessful it returns a NULL pointer and sets the operation status error code and corresponding error string in rc. ERRORS
EXAMPLES
CONFORMING TO
SEE ALSO
Common Manageability Programming Interface (CMPI) - OpenGroup, CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIStatus(3) SFCBroker Client Library sfcc 3(2005-06-09)
Man Page