?? wmiextra.mof
字號:
// Managed Object Format definitions for wmiextra driver
// Generated by Walt Oney's driver wizard
[Dynamic, Provider("WMIProv"),
WMI,
Description("Event Info from WIMExtra"),
guid("c4b678f6-b6e9-11d2-bb87-00c04fa330a6"),
locale("MS\\0x409")]
class wmiextra_event : WMIEvent
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1), read] uint32 EventInfo;
};
[Dynamic, Provider("WMIProv"),
WMI,
Description("Expensive Info from WMIExtra"),
guid("cd7ec27c-b6e9-11d2-bb87-00c04fa330a6"),
locale("MS\\0x409")]
class wmiextra_expensive
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1), read] uint32 ExpensiveData;
};
[Dynamic, Provider("WMIProv"),
WMI,
Description("WMIExtra class with method"),
guid("cd7ec27d-b6e9-11d2-bb87-00c04fa330a6"),
locale("MS\\0x409")]
class wmiextra_method
{
[key, read]
string InstanceName;
[read] boolean Active;
[Implemented, WmiMethodId(1)] void
AnswerMethod([in,out] uint32 TheAnswer);
};
[Dynamic, Provider("WMIProv"),
WMI,
Description("WMIEvent Test Class"),
guid("cd7ec27e-b6e9-11d2-bb87-00c04fa330a6"),
locale("MS\\0x409")]
class wmiextra_event_test
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1), write] boolean FireTheEvent;
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -