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.

20 lines
398 B

  1. class RayMccEvent2 : __ExtrinsicEvent
  2. {
  3. [key] string Name;
  4. sint32 value;
  5. };
  6. instance of __Win32Provider
  7. {
  8. provider = "RayMccEvents2";
  9. providerclsid = "{3CD5248F-14F9-11d1-AE9C-00C04FB68820}";
  10. mustbeloaded = true;
  11. methodset = 0;
  12. };
  13. instance of __EventProviderRegistration
  14. {
  15. provider = "RayMccEvents2";
  16. EventQueryList = { "select * from RayMccEvent2" };
  17. };