Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ILicense2::enumLicense ( p6IEnumLicense **  ppEnum)
pure virtual

Creates and returns an enumerator for all the properties 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.

Parameters
ppEnum[ out ] Pointer to a property enumerator.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eNoMemoryInsufficient memory to create the enumerator.