Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Attaches the heap object to an existing heap.
void Attach(
HANDLE hHeap,
bool bTakeOwnership
) throw( );
Parameters
hHeap
An existing heap handle.bTakeOwnership
A flag indicating if the CWin32Heap object is to take ownership over the resources of the heap.
Remarks
If bTakeOwnership is TRUE, the CWin32Heap object is responsible for deleting the heap handle.
Requirements
Header: atlmem.h