Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees a string data structure.
void Free(
CStringData* pData
) throw( );
Parameters
- pData
A pointer to the memory block to be freed.
Remarks
Frees the specified memory block previously allocated by Allocate or Reallocate.
Note
For usage examples, see Memory Management and CStringT.
Requirements
Header: atlsimpstr.h