|
Evaluate the predicate using a property data accessor function. - Parameters:
-
| pr | Predicate this pointer. |
| accessorFnc | Pointer to a property value accessor function. The evaluation process will invoke this function to request a CMPIData structure for a particular property. The signature of the accessor function is: CMPIData CMPIAccessor(const char* propertyName, void* parm); |
| parm | Parameter that will be passed to the accessor function and can be used for providing context data to the accessor function. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Evaluation result.
|