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

  1. //*********************************************
  2. // *** Credential Forwarding Provider : CredSsp
  3. //*********************************************
  4. #pragma classflags("forceupdate")
  5. #pragma namespace ("\\\\.\\Root\\WMI")
  6.  
  7. [Dynamic, 
  8.     Description("Security: TSPkg") : amended,
  9.     Guid("{6165f3e2-ae38-45d4-9b23-6b4818758bd9}"),
  10.     locale("MS\\0x409")]
  11. class TSPkgDebugTrace : EventTrace
  12. {      
  13.     [    
  14.         Description ("Enable Flags") : amended,
  15.         
  16.         ValueDescriptions{
  17.             "Error Flag", "Warning Flag", "Trace Flag", "Credential Flag", 
  18.             "CTXT Flag", "CALLS Flag", "AUTH Flag", "SESS Flag"},
  19.         
  20.         Values{"Error", "Warning", "Trace", "Creds", 
  21.                "Context", "Calls", "Auth", "Session"},
  22.         
  23.         ValueMap{"0x00000001", "0x00000002", "0x00000004", "0x00000008", 
  24.                  "0x00000010", "0x00000020", "0x00000040", "0x00000080"} 
  25.     ]
  26.  
  27.     uint32 Flags;
  28. };
  29.  
  30.