windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/eventprovshell/evprov2.mof

21 lines
398 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
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" };
};