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.

24 lines
633 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: ntfrs.mof
  8. //
  9. //--------------------------------------------------------------------------
  10. //**************************************************
  11. // *** FRS Service Trace Data Layout
  12. //**************************************************
  13. #pragma namespace ("\\\\.\\Root\\WMI")
  14. [Dynamic,
  15. Description("Windows NT FRS Service"),
  16. Guid("{78a8f0b1-290e-4c4c-9720-c7f1ef68ce21}"),
  17. locale("MS\\0x409")]
  18. class FRS_Trace:EventTrace
  19. {
  20. };