Contains the state of an individual system handle at the time the snapshot was taken. This structure is Windows-specific. More...
#include "dbghelp.h"
Public Attributes | |
| RVA | ObjectInfoRva |
| An RVA to a MINIDUMP_HANDLE_OBJECT_INFORMATION structure that specifies object-specific information. This member can be zero if there is no extra information. | |
| uint32_t | Reserved0 |
| Must be zero. | |
Public Attributes inherited from MINIDUMP_HANDLE_DESCRIPTOR | |
| uint64_t | Handle |
The Windows HANDLE value. | |
| RVA | TypeNameRva |
| An RVA to a MINIDUMP_STRING structure that specifies the object type of the handle. This member can be zero. | |
| RVA | ObjectNameRva |
| An RVA to a MINIDUMP_STRING structure that specifies the object name of the handle. This member can be zero. | |
| uint32_t | Attributes |
The attributes for the handle, this corresponds to OBJ_INHERIT, OBJ_CASE_INSENSITIVE, etc. | |
| uint32_t | GrantedAccess |
The ACCESS_MASK for the handle. | |
| uint32_t | HandleCount |
| This is the number of open handles to the object that this handle refers to. | |
| uint32_t | PointerCount |
| This is the number kernel references to the object that this handle refers to. | |
Contains the state of an individual system handle at the time the snapshot was taken. This structure is Windows-specific.