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.
 
 
 
 
 
 

31 lines
513 B

class MyEvent : __ExtrinsicEvent
{
string Name;
sint32 value;
};
instance of __Win32Provider
{
Name = "MyEventProvider";
CLSID = "{4916157A-FBE7-11d1-AEC4-00C04FB68820}";
DefaultMachineName = NULL;
ClientLoadableCLSID = NULL;
ImpersonationLevel = 0;
PerUserInitialization = FALSE;
Pure = TRUE;
UnloadTimeout = NULL;
};
instance of __EventProviderRegistration
{
provider = "__Win32Provider=\"MyEventProvider\"";
EventQueryList = { "select * from MyEvent" };
};