13(2005-06-09) 3(2005-06-09)
2
3
4
6 CMCIClientFT.execQuery() - Query the enumeration of instances of a
7 class
8
10 #include <cmci.h>
11
12 CMPIEnumeration*
13 CMCIClientFT.execQuery(CMCIClient*cl,
14 CMPIObjectPath*op,
15 constchar*query,
16 constchar*lang,
17 CMPIStatus*rc);
18
19
21 Query the enumeration of instances of the class (and subclasses)
22 defined by reference op using the query expression.
23
24 Arguments are the client object pointer cl, an ObjectPath object
25 pointer op with the reference that contains namespace and classname
26 components, the query expression string pointer in query, the query
27 language identifier string pointer in lang, and rc which returns the
28 operation status (suppressed when NULL).
29
31 When successful the CMCIClientFT.execQuery() function returns a pointer
32 to a CMPIEnumeration object that contains the class instances that
33 match the query and sets a successful operation status code. When
34 unsuccessful it returns a NULL pointer and sets the operation status
35 error code and corresponding error string in rc.
36
41 Common Manageability Programming Interface (CMPI) - OpenGroup,
42 CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIStatus(3)
43
44
45
46SFCBroker Client Library sfcc 3(2005-06-09)