Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wcsdupFree ( P6WCHAR pWs)
pure virtual

Free the duplicate wide-character string created by a call to wcsdup.

Parameters
pWs[ in ] Pointer to a wide-character string created by a call to wcsdup.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgpWs is NULL.