MINIDUMP_HANDLE_OPERATION_LIST Structure
Contains a list of handle operations.
typedef struct _MINIDUMP_HANDLE_OPERATION_LIST {
ULONG32 SizeOfHeader;
ULONG32 SizeOfEntry;
ULONG32 NumberOfEntries;
ULONG32 Reserved; } MINIDUMP_HANDLE_OPERATION_LIST,
*PMINIDUMP_HANDLE_OPERATION_LIST;
Members
- SizeOfHeader
The size of the header data for the stream, in bytes. This is generally
sizeof(MINIDUMP_HANDLE_OPERATION_LIST)
.- SizeOfEntry
The size of each entry following the header, in bytes. This is generally
sizeof(AVRF_HANDLE_OPERATION)
.- NumberOfEntries
The number of entries in the stream. These are generally AVRF_HANDLE_OPERATION structures. The entries follow the header.
- Reserved
This member is reserved for future use.
Remarks
For a definition of the AVRF_HANDLE_OPERATION structure, see the Avrfsdk.h header file.
Requirements
Redistributable |
Requires DbgHelp.dll 6.5 or later. |
---|---|
Header |
Declared in Dbghelp.h. |
See Also
Send comments about this topic to Microsoft
Build date: 9/25/2007
© 2007 Microsoft Corporation. All rights reserved.