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
458 B

  1. instance of __Win32Provider
  2. {
  3. Name = "MyTestProvider";
  4. CLSID = "{C0A94C66-CB70-4D06-91D2-5DE68C0D0EC5}";
  5. DefaultMachineName = NULL;
  6. ClientLoadableCLSID = NULL;
  7. ImpersonationLevel = 0;
  8. PerUserInitialization = FALSE;
  9. Pure = TRUE;
  10. UnloadTimeout = NULL;
  11. };
  12. instance of __EventProviderRegistration
  13. {
  14. provider = "__Win32Provider=\"MyTestProvider\"";
  15. EventQueryList = { "select * from PolicyRefreshEvent" };
  16. };