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

  1. #pragma classflags("forceupdate")
  2. #pragma namespace("\\\\.\\root\\WMI")
  3. //
  4. // WPP Generated File
  5. // PDB:  d:\0060.obj.x86fre\drivers\storage\imapi2\filesystemimaging\dll\objfre\i386\imapi2fs.pdb
  6. // PDB:  Last Updated :2006-3-2:7:42:44:876 (UTC) [binplace]
  7. //
  8.  
  9. //ModuleName = FileSystemImageTracing     (Init called in Function CFileSystemImagingModule::DllMain)
  10. [Dynamic,
  11.  Description("IMAPI2FS Tracing"),
  12.  guid("{F8036571-42D9-480A-BABB-DE7833CB059C}"),
  13.  locale("MS\\0x409")]
  14. class FileSystemImageTracing : EventTrace
  15. {
  16.     [Description ("Enable Flags"),
  17.         ValueDescriptions{
  18.              "Trace information from the constructors",
  19.              "Trace information from the destructors",
  20.              "General Debugging Information",
  21.              "Trace all function entry/exits"},
  22.         DefineValues{
  23.              "Constructor",
  24.              "Destructor",
  25.              "General",
  26.              "FunctionEntryExit"},
  27.         Values{
  28.              "Constructor",
  29.              "Destructor",
  30.              "General",
  31.              "FunctionEntryExit"},
  32.         ValueMap{
  33.              "0x00000001",
  34.              "0x00000002",
  35.              "0x00000004",
  36.              "0x00000008"}: amended
  37.     ]
  38.     uint32 Flags;
  39.     [Description ("Levels"),
  40.         ValueDescriptions{
  41.             "Abnormal exit or termination",
  42.             "Severe errors that need logging",
  43.             "Warnings such as allocation failure",
  44.             "Includes non-error cases",
  45.             "Detailed traces from intermediate steps" },
  46.          DefineValues{
  47.             "TRACE_LEVEL_FATAL",
  48.             "TRACE_LEVEL_ERROR",
  49.             "TRACE_LEVEL_WARNING"
  50.             "TRACE_LEVEL_INFORMATION",
  51.             "TRACE_LEVEL_VERBOSE" },
  52.         Values{
  53.             "Fatal",
  54.             "Error",
  55.             "Warning",
  56.             "Information",
  57.             "Verbose" },
  58.         ValueMap{
  59.             "0x1",
  60.             "0x2",
  61.             "0x3",
  62.             "0x4",
  63.             "0x5" },
  64.         ValueType("index")
  65.     ]
  66.     uint32 Level;
  67. };
  68.