|
pure virtual |
Test to see if a feature has been enabled.
If the requested feature is not supported then 'eNotFound' is returned as the function result. Look at the setFeature() for a list of the supported features.
| pString | [ in ] a fully qualified URI that uniquely defines the feature |
| pResult | [ out ] P6TRUE if feature is enabled, P6FALSE is feature is disabled. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | pString or pResult is NULL. |