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

  1. //*********************************************
  2. // *** Active Directory Service Provider: SChannel
  3. //*********************************************
  4. #pragma classflags("forceupdate")
  5. #pragma namespace ("\\\\.\\Root\\WMI")
  6.  
  7. [Dynamic, 
  8.     Description("Security: SChannel") : amended,
  9.     Guid("{37D2C3CD-C5D4-4587-8531-4696C44244C8}"),
  10.     locale("MS\\0x409")]
  11. class SchannelDebugTrace : EventTrace
  12. {      
  13.     [    
  14.         Description ("Enable Flags") : amended,
  15.  
  16.         ValueDescriptions{
  17.             "Error Flag", "Warning Flag", "Trace Flag", "Alloc Flag",
  18.             "Res Flag", "Func Flag", "Cred Flag", "Ctxt Flag", 
  19.             "Mapper Flag", "Buffers Flag" } : amended,
  20.  
  21.         Values{"Error", "Warning", "Trace", "Func", 
  22.             "Cred", "Ctxt", "Mapper" },
  23.         
  24.         ValueMap{"0x00000001", "0x00000002", "0x00000004", "0x00000008", 
  25.             "0x00000010", "0x00000020", "0x00000040", "0x00000080", 
  26.             "0x00000100", "0x00000200", "0x00000400", "0x00000800" } : amended
  27.     ]
  28.  
  29.     uint32 Flags;
  30. };
  31.  
  32.