Administrator Guide
[Description("MiniDump File Name.")]
string Minidump_FileName;
[Description("MiniDump File Data Length")]
uint32 Minidump_DataLen;
[Description("MiniDump File Binary Data")]
uint8 Minidump_Data [];
[Description("Bug check stack frame 1")]
string BugCheck_Stack1;
[Description("Bug check stack frame 2")]
string BugCheck_Stack2;
[Description("Bug check stack frame 3")]
string BugCheck_Stack3;
[Description("Bug check stack frame 4")]
string BugCheck_Stack4;
[Description("Bug check stack frame 5")]
string BugCheck_Stack5;
};
/**************************************************************
* DPO_HardwareInfoToCrashInfo
* This class associates DPO_CrashInfo instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
Description("This class associates DPO_CrashInfo instance(s) with " "an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToCrashInfo
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_CrashInfo REF Dependent;
};
/**************************************************************
* DPO_FreeFall
* This has Free fall information from a summary
* log. Right now, there is only one instance of this class for
* each summary file but that may change in the future.
**************************************************************/
[Description("Free fall information from the summary log file."),
Dynamic,Provider("DPOProv") ]
class DPO_FreeFall
{
[
Description("Unique ID from the summary file."),
Key
]
string HardwareInfoGUID;
[
Description("Number of times free fall condition was detected since last summary file was
generated.")
]
sint16 FreeFallCount;
};
/**************************************************************
* DPO_HardwareInfoToFreeFall
* This class associates DPO_FreeFall instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
付録 B - WMI クラス定義ファイル 51