Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWConfig::enumConfigValues ( const P6WCHAR pSectionName,
p6IEnumConfigWValues **  ppEnum 
)
pure virtual

Given a section name, creates and returns an enumerator for the section's contents (see p6IEnumConfigWValues).

Parameters
pSectionName[ in ] The section name to enumerate values. If NULL then the default section is used.
ppEnum[ out ] Pointer to a value enumerator.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgppEnum is NULL.