Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::wstrfree ( const P6WCHAR pString)
pure virtual

Frees a string previously allocated via a call to wstrdup().

Parameters
pString[ in ] A pointer to the string to free.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpString is NULL.