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.

21 lines
373 B

  1. #pragma namespace ("\\\\.\\Root\\WMI")
  2. //
  3. // TRACEDP classes
  4. [WMI,
  5. Description("Trace Data Provider1"),
  6. guid("d58c126f-b309-11d1-969e-0000f875a5bc"),
  7. locale("MS\\0x409")]
  8. class UMTraceDP:EventTrace
  9. {
  10. };
  11. [WMI,
  12. Description(" Data d1dProvider1"),
  13. guid("ce5b1020-8ea9-11d1-a4ec-00a0c9062910"),
  14. locale("MS\\0x409")]
  15. class DataGuid1:UMTraceDP
  16. {
  17. };