home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / wbem / networkmap.mof < prev    next >
Encoding:
Text File  |  2006-09-18  |  631 b   |  27 lines

  1. #pragma classflags("forceupdate")
  2. #pragma namespace("\\\\.\\root\\WMI")
  3.  
  4.  
  5. [Dynamic,
  6.  Description("Windows NetworkMap Trace"),
  7.  guid("{6e7a2fc0-9244-4ee4-804f-e812924abf26}"),
  8.  locale("MS\\0x409")]
  9. class NetworkMapTrace : EventTrace
  10. {
  11.     [Description ("Enable Flags"),
  12.         ValueDescriptions{
  13.              "tagDefault Flag",
  14.              "tagLayout Flag"},
  15.         DefineValues{
  16.              "tagDefault",
  17.              "tagLayout"},
  18.         Values{
  19.              "tagDefault",
  20.              "tagLayout"},
  21.         ValueMap{
  22.              "0x00000001",
  23.              "0x00000002"}
  24.     ]
  25.     uint32 Flags;
  26. };
  27.