Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IModule::getVersionLocale ( P6CHAR pBuffer,
P6SIZE  cBuffer 
)
pure virtual

This method is used to retrieve the locale string assosiated with the modules VERINFO string data.

Parameters
pBuffer[ out ] A pointer to a character buffer in which will be placed the VERINFO's locale string.
cBuffer[ in ] The size of pBuffer in bytes. Typeically the buffer should be MAX_LOCALE_LEN bytes long.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpBuffer is NULL or cBuffer == 0.
P6R::eTooSmallpBuffer is too small. Use a buffer of MAX_LOCALE_LEN size.
P6R::eFormatErrThere is no locale string. This means that there are no version strings stored in the module.