Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains the state of an individual system handle at the time the minidump was written.
Syntax
typedef struct _MINIDUMP_HANDLE_DESCRIPTOR {
ULONG64 Handle;
RVA TypeNameRva;
RVA ObjectNameRva;
ULONG32 Attributes;
ULONG32 GrantedAccess;
ULONG32 HandleCount;
ULONG32 PointerCount;
} MINIDUMP_HANDLE_DESCRIPTOR, *PMINIDUMP_HANDLE_DESCRIPTOR;
Members
Handle
The operating system handle value.
TypeNameRva
An RVA to a MINIDUMP_STRING structure that specifies the object type of the handle. This member can be zero.
ObjectNameRva
An RVA to a MINIDUMP_STRING structure that specifies the object name of the handle. This member can be zero.
Attributes
The meaning of this member depends on the handle type and the operating system.
GrantedAccess
The meaning of this member depends on the handle type and the operating system.
HandleCount
The meaning of this member depends on the handle type and the operating system.
PointerCount
The meaning of this member depends on the handle type and the operating system.
Remarks
The first descriptor in the handle data stream follows the header, MINIDUMP_HANDLE_DATA_STREAM.
Requirements
| Requirement | Value |
|---|---|
| Header | minidumpapiset.h (include DbgHelp.h) |
| Redistributable | DbgHelp.dll 5.1 or later |