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

  1. #pragma classflags("forceupdate")
  2. #pragma namespace("\\\\.\\root\\WMI")
  3. //
  4. // WPP Generated File
  5. // PDB:  c:\nt\h1.obj.x86fre\net\netprofiles\service\src\dll\objfre\i386\netprofm.pdb
  6. // PDB:  Last Updated :2006-3-30:0:4:53:67 (UTC) [binplace]
  7. //
  8.  
  9. //ModuleName = NetworkProfileManagerTraceGUID     (Init called in Function DllMain)
  10. [Dynamic,
  11.  Description("Network Profile Manager"),
  12.  guid("{D9131565-E1DD-4C9E-A728-951999C2ADB5}"),
  13.  locale("MS\\0x409")]
  14. class NetworkProfileManagerTraceGUID : EventTrace
  15. {
  16.     [Description ("Enable Flags"),
  17.         ValueDescriptions{
  18.              "Error Flag",
  19.              "Warning Flag",
  20.              "Informational Flag",
  21.              "Verbose Flag"},
  22.         DefineValues{
  23.              "Error",
  24.              "Warning",
  25.              "Informational",
  26.              "Verbose"},
  27.         Values{
  28.              "Error",
  29.              "Warning",
  30.              "Informational",
  31.              "Verbose"},
  32.         ValueMap{
  33.              "0x00000001",
  34.              "0x00000002",
  35.              "0x00000004",
  36.              "0x00000008"}
  37.     ]
  38.     uint32 Flags;
  39. };
  40.