Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees memory previously allocated from the heap by CWin32Heap::Allocate or CWin32Heap::Reallocate.
virtual void Free(
void* p
) throw( );
Parameters
- p
Pointer to the block of memory to free. NULL is a valid value and does nothing.
Requirements
Header: atlmem.h