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.

34 lines
520 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. srv.mof
  5. Abstract:
  6. This file defines the MOF class for server driver
  7. Revision History:
  8. --*/
  9. #pragma namespace ("\\\\.\\Root\\WMI")
  10. //
  11. // SRV classes
  12. [WMI,
  13. Description("Server Driver"),
  14. guid("3121cf5d-c5e6-4f37-be86-57083590c333"),
  15. locale("MS\\0x409")]
  16. class SRV_Trace:EventTrace
  17. {
  18. };
  19. [WMI,
  20. Description("SrvSmbTransaction"),
  21. guid("e09074ae-0a98-4805-9a41-a8940af97086"),
  22. locale("MS\\0x409")]
  23. class SRV_SrvSmbTransaction:SRV_Trace
  24. {
  25. };