Administrator Guide

[Description("Percentage of time graphics fan was at 0% speed.")]
real32 FanSpeedPct_0_Pct;
[Description("Minumum GPU temperature.")]
sint16 Min_Temperature;
[Description("Maximum GPU temperature.")]
sint16 Max_Temperature;
[Description("Average GPU temperature.")]
real32 Avg_Temperature;
};
/**************************************************************
* DPO_HardwareInfoToGraphics
* This class associates DPO_Graphics instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
Description("This class associates DPO_Graphics instance(s) " " with an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToGraphics
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_Graphics REF Dependent;
};
/*
Current DPO version
Features Enabled/Disabled (e.g.GUI control listed above) Time of last Check for Profiles
Time of last System Update Time of last Check for Updates
Profile trigger history (time, profile, policy)
*/
/**************************************************************
* DPO_Info
**************************************************************/
[Description("DPO Info"),
Dynamic,Provider("DPOProv") ]
class DPO_Info
{
[
Description("Product version"),
key
]
string ProductVersion;
/* [
Description("Features enabled")
]
int
*/
[
Description("Date/Time of last check for system updates")
]
string LastCheckForUpdateTime;
[
Description("Date/Time of last system update")
]
string LastSystemUpdateTime;
[
Description("Date/Time of last check for updated profiles")
56 B - WMI クラス定義ファイル