home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / System32 / wbem / xwizards.mof < prev   
Encoding:
Text File  |  2006-09-18  |  1.0 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\xwizard\xwizards\dll\objfre\i386\xwizards.pdb
  6. // PDB:  Last Updated :2006-3-29:23:34:38:112 (UTC) [binplace]
  7. //
  8.  
  9. //ModuleName = XWIZARD_TRACE_GUID     (Init called in Function DllMain)
  10. [Dynamic,
  11.  Description("XWizard Framework"),
  12.  guid("{777BA8FF-2498-4875-933A-3067DE883070}"),
  13.  locale("MS\\0x409")]
  14. class XWIZARD_TRACE_GUID : EventTrace
  15. {
  16.     [Description ("Enable Flags"),
  17.         ValueDescriptions{
  18.              "Error Flag",
  19.              "Info Flag",
  20.              "Debug Flag",
  21.              "Special Flag"},
  22.         DefineValues{
  23.              "Error",
  24.              "Info",
  25.              "Debug",
  26.              "Special"},
  27.         Values{
  28.              "Error",
  29.              "Info",
  30.              "Debug",
  31.              "Special"},
  32.         ValueMap{
  33.              "0x00000001",
  34.              "0x00000002",
  35.              "0x00000004",
  36.              "0x00000008"}
  37.     ]
  38.     uint32 Flags;
  39. };
  40.