Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IModule::getVersion ( VERFIELDS  nField,
P6VERSION *  pVersion 
)
pure virtual

This method is used to retrieve the module's version information.

Parameters
nField[ in ] A value from the VERFIELDS enum indicating which type of version information is being requested.
pVersion[ out ] A pointer to a P6VERSION structure in which will be placed the requested version data.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpVersion was NULL.
P6R::eFormatErrornField was not a valid VERFIELDS type.