virtual P6R::P6ERR P6R::p6ISafeString::strfree ( const P6R::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()
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.