|
pure virtual |
This method is used to retrieve the module's version information.
| 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. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pVersion was NULL. |
| P6R::eFormatError | nField was not a valid VERFIELDS type. |