Share via


IAtlStringMgr::Free

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

See Also

Reference

IAtlStringMgr Class

IAtlStringMgr::Free