|
pure virtual |
Frees a previously allocated strdup'd string.
| pString | [ in ] A pointer to the string to free (MUST have been allocated using p6ISafeString::strdup()) |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pString is NULL |
| P6R::eInvalidDescriptor | The specified string was not allocaed using p6ISafeString::strdup() |