home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / System32 / wbem / sstpsvc.mof < prev    next >
Text File  |  2008-01-05  |  3KB  |  92 lines

  1. #pragma classflags("forceupdate")
  2. #pragma namespace("\\\\.\\root\\WMI")
  3. //
  4. // WPP Generated File
  5. // PDB:  d:\nt.obj.x86chk\net\rras\sstp\svc\objchk\i386\sstpsvc.pdb
  6. // PDB:  Last Updated :2006-8-1:19:39:11:981 (UTC) [binplace]
  7. //
  8.  
  9. //ModuleName = CtlGuid     (Init called in Function ServiceMain)
  10. [Dynamic,
  11.  Description("Secure Socket Tunneling Protocol Tracer"),
  12.  guid("{FF5E7768-8EF5-48b1-9998-61FC841D124F}"),
  13.  locale("MS\\0x409")]
  14. class CtlGuid : EventTrace
  15. {
  16.     [Description ("Enable Flags") ,
  17.         ValueDescriptions{
  18.              "ST_DRV_NDIS Flag",
  19.              "ST_DRV_TPI Flag",
  20.              "ST_DRV_FSM Flag",
  21.              "ST_TIMER Flag",
  22.              "ST_DELIN Flag",
  23.              "ST_WRAPDRV Flag",
  24.              "ST_SSTPSVC Flag",
  25.              "ST_FUNCTRACE Flag",
  26.              "ST_SEND Flag",
  27.              "ST_RECV Flag"},
  28.         DefineValues{
  29.              "ST_DRV_NDIS",
  30.              "ST_DRV_TPI",
  31.              "ST_DRV_FSM",
  32.              "ST_TIMER",
  33.              "ST_DELIN",
  34.              "ST_WRAPDRV",
  35.              "ST_SSTPSVC",
  36.              "ST_FUNCTRACE",
  37.              "ST_SEND",
  38.              "ST_RECV"},
  39.         Values{
  40.              "ST_DRV_NDIS",
  41.              "ST_DRV_TPI",
  42.              "ST_DRV_FSM",
  43.              "ST_TIMER",
  44.              "ST_DELIN",
  45.              "ST_WRAPDRV",
  46.              "ST_SSTPSVC",
  47.              "ST_FUNCTRACE",
  48.              "ST_SEND",
  49.              "ST_RECV"},
  50.         ValueMap{
  51.              "0x00000001",
  52.              "0x00000002",
  53.              "0x00000004",
  54.              "0x00000008",
  55.              "0x00000010",
  56.              "0x00000020",
  57.              "0x00000040",
  58.              "0x00000080",
  59.              "0x00000100",
  60.              "0x00000200"}
  61.     ]
  62.     uint32 Flags;
  63.     [Description ("Levels") ,
  64.         ValueDescriptions{
  65.             "Abnormal exit or termination",
  66.             "Severe errors that need logging",
  67.             "Warnings such as allocation failure",
  68.             "Includes non-error cases",
  69.             "Detailed traces from intermediate steps" } ,
  70.          DefineValues{
  71.             "TRACE_LEVEL_FATAL",
  72.             "TRACE_LEVEL_ERROR",
  73.             "TRACE_LEVEL_WARNING"
  74.             "TRACE_LEVEL_INFORMATION",
  75.             "TRACE_LEVEL_VERBOSE" },
  76.         Values{
  77.             "Fatal",
  78.             "Error",
  79.             "Warning",
  80.             "Information",
  81.             "Verbose" },
  82.         ValueMap{
  83.             "0x1",
  84.             "0x2",
  85.             "0x3",
  86.             "0x4",
  87.             "0x5" },
  88.         ValueType("index")
  89.     ]
  90.     uint32 Level;
  91. };
  92.