logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CMCIClientFT.execQuery() - Query the enumeration of instances of a class

Conforming To

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  components,  the query expression string pointer in query, the query
       language identifier string pointer in lang, and rc which returns the operation  status  (suppressed  when
       NULL).

Errors

Examples

Name

       CMCIClientFT.execQuery() - Query the enumeration of instances of a class

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.

See Also

       Common Manageability Programming Interface (CMPI) - OpenGroup,
       CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIStatus(3)

sfcc                                               2005-06-09                          CMCICLIENTFT.EXECQUERY(3)

Synopsis

#include<cmci.h>CMPIEnumeration*CMCIClientFT.execQuery(CMCIClient*cl,CMPIObjectPath*op,constchar*query,constchar*lang,CMPIStatus*rc);

See Also