Freigeben über


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.

Hinweis

For usage examples, see Memory Management and CStringT.

Requirements

Header: atlsimpstr.h

See Also

Concepts

IAtlStringMgr Class

IAtlStringMgr Members

IAtlStringMgr::Free