CWin32Heap Members

Methods

Allocate

Allocates a block of memory from the heap object.

Attach

Attaches the heap object to an existing heap.

CWin32Heap

The constructor.

~CWin32Heap

The destructor.

Detach

Detaches the heap object from an existing heap.

Free

Frees memory previously allocated from the heap.

GetSize

Returns the size of a memory block allocated from the heap object.

Reallocate

Reallocates a block of memory from the heap object.

Data Members

m_bOwnHeap

A flag used to determine current ownership of the heap handle.

m_hHeap

Handle to the heap object.

See Also

Reference

CWin32Heap Class

Other Resources

IAtlMemMgr Members