CEL_HEAP_DESTROY
A version of this page is also available for
4/8/2010
This structure identifies a heap that has been destroyed and its memory returned to the system.
Syntax
typedef struct __CEL_HEAP_DESTROY {
HANDLE hHeap;
DWORD dwTID;
DWORD dwPID;
} CEL_HEAP_DESTROY, *PCEL_HEAP_DESTROY;
Members
- hHeap
Handle of the heap that is being destroyed.
- dwTID
Thread identifier.
- dwPID
Process identifier.
Requirements
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |