Leaked source code of windows server 2003
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.

30 lines
837 B

  1. /////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1999-2000 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: appmgr.mof
  6. //
  7. // Description: Appliance Manager WMI classes
  8. //
  9. //////////////////////////////////////////////////////////////////////////
  10. #pragma namespace("\\\\.\\ROOT\\CIMV2")
  11. //////////////////////////////////////////////////////////////////////////
  12. //
  13. // Server Appliance Resource Event Classes
  14. //
  15. //////////////////////////////////////////////////////////////////////////
  16. instance of __Win32Provider as $P
  17. {
  18. Name = "SANetEventProvider";
  19. CLSID = "{9B4612B0-BB2F-4d24-A3DC-B354E4FF595C}";
  20. };
  21. instance of __EventProviderRegistration
  22. {
  23. provider = $P;
  24. EventQueryList = { "select * from Microsoft_SA_ResourceEvent" };
  25. };