MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE Enumeration

Debug Help Library

MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE Enumeration

Identifies the type of object-specific information.

typedef enum _MINIDUMP_HANDLE_OBJECT_INFORMATION
{
  MiniHandleObjectInformationNone
MiniHandleObjectInformationNone

There is no object-specific information for this handle type.

, MiniThreadInformation1
MiniThreadInformation1

The information is specific to thread objects.

, MiniMutantInformation1
MiniMutantInformation1

The information is specific to mutant objects.

, MiniMutantInformation2
MiniMutantInformation2

The information is specific to mutant objects.

, MiniProcessInformation1
MiniProcessInformation1

The information is specific to process objects.

, MiniProcessInformation2
MiniProcessInformation2

The information is specific to process objects.

}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

Requires DbgHelp.dll 6.5 or later.

Header

Declared in DbgHelp.h.

See Also

MINIDUMP_HANDLE_OBJECT_INFORMATION

Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.