Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ILicense2::getPropInt ( const P6WCHAR pPropName,
P6INT32 pValue 
)
pure virtual

Retrieve the integer value of the named property in the license that has been successfully verified or is currently in the process of being created (i.e., several setPropXXX have been called but createLicenseFile has not).

Parameters
pPropName[ in ] String containing the name of the license property.
pValue[ in ] Pointer to an integer which will be assigned the properties value.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eNotFoundpPropName cannot be found in the license.