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

  1. #pragma classflags("forceupdate")
  2. #pragma namespace("\\\\.\\root\\WMI")
  3. //
  4. // WPP Generated File
  5. // PDB:  f:\lh.obj\x86chk\net\l2gp\l2gpstore\objchk\i386\l2gpstore.pdb
  6. // PDB:  Last Updated :2006-3-7:7:16:52:500 (UTC) [binplace]
  7. //
  8.  
  9. //ModuleName = L2GPStoreGuid     (Init called in Function WPP_CONTROL_ANNOTATION)
  10. [Dynamic,
  11.  Description("L2GPStore Trace"),
  12.  guid("{F62816AF-217B-4D89-AE00-591FD52E17B6}"),
  13.  locale("MS\\0x409")]
  14. class L2GPStoreGuid : EventTrace
  15. {
  16.     [Description ("Enable Flags"),
  17.         ValueDescriptions{
  18.              "Fatal Flag",
  19.              "Error Flag",
  20.              "Warning Flag",
  21.              "Information Flag",
  22.              "Trace Flag",
  23.              "Noise Flag",
  24.              "Perf Flag"},
  25.         DefineValues{
  26.              "Fatal",
  27.              "Error",
  28.              "Warning",
  29.              "Information",
  30.              "Trace",
  31.              "Noise",
  32.              "Perf"},
  33.         Values{
  34.              "Fatal",
  35.              "Error",
  36.              "Warning",
  37.              "Information",
  38.              "Trace",
  39.              "Noise",
  40.              "Perf"},
  41.         ValueMap{
  42.              "0x00000001",
  43.              "0x00000002",
  44.              "0x00000004",
  45.              "0x00000008",
  46.              "0x00000010",
  47.              "0x00000020",
  48.              "0x00000040"}
  49.     ]
  50.     uint32 Flags;
  51. };
  52.