Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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