|
pure virtual |
Given a section name, creates and returns an enumerator for the section's contents (see p6IEnumConfigWValues).
| pSectionName | [ in ] The section name to enumerate values. If NULL then the default section is used. |
| ppEnum | [ out ] Pointer to a value enumerator. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eInvalidArg | ppEnum is NULL. |