windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/eventprovshell/evprov2.mof
2020-09-26 16:20:57 +08:00

21 lines
398 B
Plaintext

class RayMccEvent2 : __ExtrinsicEvent
{
[key] string Name;
sint32 value;
};
instance of __Win32Provider
{
provider = "RayMccEvents2";
providerclsid = "{3CD5248F-14F9-11d1-AE9C-00C04FB68820}";
mustbeloaded = true;
methodset = 0;
};
instance of __EventProviderRegistration
{
provider = "RayMccEvents2";
EventQueryList = { "select * from RayMccEvent2" };
};