다음을 통해 공유


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.

참고

For usage examples, see Memory Management and CStringT.

Requirements

Header: atlsimpstr.h

See Also

Reference

IAtlStringMgr Class

IAtlStringMgr::Free

Other Resources

IAtlStringMgr Members