Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
398 B

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" };
};