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

Frees a previously allocated strdup'd string.

See Also
p6ISafeString::strdup()
Parameters
pString[ in ] A pointer to the string to free (MUST have been allocated using p6ISafeString::strdup())
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpString is NULL
P6R::eInvalidDescriptorThe specified string was not allocaed using p6ISafeString::strdup()