Поделиться через


IAtlStringMgr::Free

Frees a string data structure.

void Free(
   CStringData* pData 
) throw( );

Параметры

  • pData
    A pointer to the memory block to be freed.

Заметки

Frees the specified memory block previously allocated by Allocate or Reallocate.

ПримечаниеПримечание.

For usage examples, see Memory Management and CStringT.

Требования

Header: atlsimpstr.h

См. также

Основные понятия

IAtlStringMgr Class

IAtlStringMgr Members

IAtlStringMgr::Free