13(2005-06-09)                                                    3(2005-06-09)
2
3
4

NAME

6       CMCIClientFT.getProperty() - Get a named property value of an instance
7

SYNOPSIS

9       #include <cmci.h>
10
11       CMPIData
12       CMCIClientFT.getProperty(CMCIClient*cl,
13                      CMPIObjectPath*op,
14                      constchar*name,
15                      CMPIStatus*rc);
16
17

DESCRIPTION

19       Get the named property value of an instance identified by reference op.
20
21       Arguments  are  the  client  object  pointer  cl,  an ObjectPath object
22       pointer op with the namespace and classname to identify the instance, a
23       pointer to a string with the property name to get in name, and rc which
24       returns the operation status (suppressed when NULL).
25

RETURN VALUE

27       When successful the CMCIClientFT.getProperty() function returns a CMPI‐
28       Data  object  with  the  instance  property value and sets a successful
29       operation status code in rc.  When unsuccessful it returns the CMPISta‐
30       tus  object  with sets an operation status error code and corresponding
31       error string.
32

ERRORS

EXAMPLES

CONFORMING TO

SEE ALSO

37       Common Manageability Programming Interface (CMPI) - OpenGroup,
38       CMCIClient(3), CMPIData(3), CMPIObjectPath(3), CMPIStatus(3)
39
40
41
42SFCBroker Client Library             sfcc                        3(2005-06-09)
Impressum