|
pure virtual |
Creates and returns an enumerator for a value list for a specific key name in a verified license (i.e., after a successful call to verifyLicenseFile) or a license being created (i.e., after several setPropXXX function calls but BEFORE createLicenseFile is called).
Once createLicenseFile is called a license file is created and all its properties are cleared from this object. At which point another license can be created.
| pszKeyName | [ in ] A const pointer to a NULL terminated string containing the key name of the value list to enumerate. |
| ppEnum | [ out ] The address of pointer to a p6IEnumLicenseValueList interface. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eNoMemory | Insufficient memory to create the enumerator. |