MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE enumeration
Identifies the type of object-specific information.
Syntax
typedef enum _MINIDUMP_HANDLE_OBJECT_INFORMATION { MiniHandleObjectInformationNone, MiniThreadInformation1, MiniMutantInformation1, MiniMutantInformation2, MiniProcessInformation1, MiniProcessInformation2 } MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE;
Constants
- MiniHandleObjectInformationNone
-
There is no object-specific information for this handle type.
- MiniThreadInformation1
-
The information is specific to thread objects.
- MiniMutantInformation1
-
The information is specific to mutant objects.
- MiniMutantInformation2
-
The information is specific to mutant objects.
- MiniProcessInformation1
-
The information is specific to process objects.
- MiniProcessInformation2
-
The information is specific to process objects.
Remarks
The information represented by each of these values can vary by operating system and procesor architecture. Per-handle object-specific information is automatically gathered when minidump type is MiniDumpWithHandleData. For more information, see MINIDUMP_TYPE.
Requirements
|
Redistributable | DbgHelp.dll 6.5 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012