Skip to content

Latest commit

 

History

History
167 lines (134 loc) · 5.47 KB

ns-minidumpapiset-minidump_misc_info_2.md

File metadata and controls

167 lines (134 loc) · 5.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:minidumpapiset._MINIDUMP_MISC_INFO_2
MINIDUMP_MISC_INFO_2 (minidumpapiset.h)
Represents information in the miscellaneous information stream.
*PMINIDUMP_MISC_INFO_2
MINIDUMP_MISC1_PROCESSOR_POWER_INFO
MINIDUMP_MISC1_PROCESS_ID
MINIDUMP_MISC1_PROCESS_TIMES
MINIDUMP_MISC_INFO_2
MINIDUMP_MISC_INFO_2 structure
PMINIDUMP_MISC_INFO_2
PMINIDUMP_MISC_INFO_2 structure pointer
_MINIDUMP_MISC_INFO_2
base.minidump_misc_info_2
minidumpapiset/MINIDUMP_MISC_INFO_2
minidumpapiset/PMINIDUMP_MISC_INFO_2
base\minidump_misc_info_2.htm
Debug
34f46a51-9e41-4550-a080-1c7c7a603b54
12/05/2018
*PMINIDUMP_MISC_INFO_2, MINIDUMP_MISC1_PROCESSOR_POWER_INFO, MINIDUMP_MISC1_PROCESS_ID, MINIDUMP_MISC1_PROCESS_TIMES, MINIDUMP_MISC_INFO_2, MINIDUMP_MISC_INFO_2 structure, PMINIDUMP_MISC_INFO_2, PMINIDUMP_MISC_INFO_2 structure pointer, _MINIDUMP_MISC_INFO_2, base.minidump_misc_info_2, minidumpapiset/MINIDUMP_MISC_INFO_2, minidumpapiset/PMINIDUMP_MISC_INFO_2
minidumpapiset.h
Dbghelp.h
Windows
Windows
MINIDUMP_MISC_INFO_2, *PMINIDUMP_MISC_INFO_2
DbgHelp.dll 6.5 or later
19H1
_MINIDUMP_MISC_INFO_2
minidumpapiset/_MINIDUMP_MISC_INFO_2
PMINIDUMP_MISC_INFO_2
minidumpapiset/PMINIDUMP_MISC_INFO_2
MINIDUMP_MISC_INFO_2
minidumpapiset/MINIDUMP_MISC_INFO_2
c++
APIRef
kbSyntax
HeaderDef
minidumpapiset.h
MINIDUMP_MISC_INFO_2

MINIDUMP_MISC_INFO_2 structure

-description

Represents information in the miscellaneous information stream.

-struct-fields

-field SizeOfInfo

The size of the structure, in bytes.

-field Flags1

The flags that indicate the valid members of this structure. This member can be one or more of the following values.

Value Meaning
MINIDUMP_MISC1_PROCESS_ID
0x00000001
ProcessId is used.
MINIDUMP_MISC1_PROCESS_TIMES
0x00000002
ProcessCreateTime, ProcessKernelTime, and ProcessUserTime are used.
MINIDUMP_MISC1_PROCESSOR_POWER_INFO
0x00000004
ProcessorMaxMhz, ProcessorCurrentMhz, ProcessorMhzLimit, ProcessorMaxIdleState, and ProcessorCurrentIdleState are used.

-field ProcessId

The identifier of the process. If Flags1 does not specify MINIDUMP_MISC1_PROCESS_ID, this member is unused.

-field ProcessCreateTime

The creation time of the process, in time_t format. If Flags1 does not specify MINIDUMP_MISC1_PROCESS_TIMES, this member is unused.

-field ProcessUserTime

The time the process has executed in user mode, in seconds. The time that each of the threads of the process has executed in user mode is determined, then all these times are summed to obtain this value. If Flags1 does not specify MINIDUMP_MISC1_PROCESS_TIMES, this member is unused.

-field ProcessKernelTime

The time the process has executed in kernel mode, in seconds. The time that each of the threads of the process has executed in kernel mode is determined, then all these times are summed to obtain this value. If Flags1 does not specify MINIDUMP_MISC1_PROCESS_TIMES, this member is unused.

-field ProcessorMaxMhz

The maximum specified clock frequency of the system processor, in MHz. If Flags1 does not specify MINIDUMP_MISC1_PROCESSOR_POWER_INFO, this member is unused.

-field ProcessorCurrentMhz

The processor clock frequency, in MHz. This number is the maximum specified processor clock frequency multiplied by the current processor throttle. If Flags1 does not specify MINIDUMP_MISC1_PROCESSOR_POWER_INFO, this member is unused.

-field ProcessorMhzLimit

The limit on the processor clock frequency, in MHz. This number is the maximum specified processor clock frequency multiplied by the current processor thermal throttle limit. If Flags1 does not specify MINIDUMP_MISC1_PROCESSOR_POWER_INFO, this member is unused.

-field ProcessorMaxIdleState

The maximum idle state of the processor. If Flags1 does not specify MINIDUMP_MISC1_PROCESSOR_POWER_INFO, this member is unused.

-field ProcessorCurrentIdleState

The current idle state of the processor. If Flags1 does not specify MINIDUMP_MISC1_PROCESSOR_POWER_INFO, this member is unused.

-see-also

MINIDUMP_STREAM_TYPE