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

  1. //*********************************************
  2. // *** Active Directory Service Provider: NetLogon
  3. //*********************************************
  4. #pragma autorecover
  5. #pragma classflags("forceupdate")
  6. #pragma namespace ("\\\\.\\Root\\WMI")
  7.  
  8. [Dynamic, 
  9.   Description("Active Directory: NetLogon") : amended,
  10.   Guid("{f33959b4-dbec-11d2-895b-00c04f79ab69}"),
  11.   locale("MS\\0x409")]
  12. class MSNetLogonTrace:EventTrace
  13. {
  14. };
  15.  
  16.  
  17. [Dynamic,
  18.  Description("NetLogon Server Authentication") : amended,
  19.  Guid("{393da8c0-dbed-11d2-895b-00c04f79ab69}"),
  20.  DisplayName("NlServerAuth"),
  21.  locale("MS\\0x409")
  22. ]
  23. class NlServerAuth:MSNetLogonTrace
  24. {
  25.  
  26. };
  27.  
  28. [Dynamic,
  29.  Description("NetLogon Server Authentication") : amended,
  30.  EventType(1),
  31.  EventTypeName("Start"),
  32.  locale("MS\\0x409")
  33. ]
  34. class NlServerAuth_Start:NlServerAuth
  35. {
  36.     [WmiDataId(1),
  37.      Description("Client") : amended,
  38.      StringTermination("NullTerminated"),
  39.      format("w"),
  40.      read]
  41.      string  Client;
  42.     [WmiDataId(2),
  43.      Description("Account") : amended,
  44.      StringTermination("NullTerminated"),
  45.      format("w"),
  46.      read]
  47.      string  Account;
  48.     [WmiDataId(3),
  49.      Description("Channel Type") : amended,
  50.      format("x"),
  51.      read]
  52.      uint32  ChannelType;
  53.     [WmiDataId(4),
  54.      Description("Negotiated Flags") : amended,
  55.      format("x"),
  56.      read]
  57.      uint32  NegotiatedFlags;
  58. };
  59.  
  60. [Dynamic,
  61.  Description("NetLogon Server Authentication") : amended,
  62.  EventType(2),
  63.  EventTypeName("End"),
  64.  locale("MS\\0x409")
  65. ]
  66. class NlServerAuth_End:NlServerAuth
  67. {
  68.     [WmiDataId(1),
  69.      Description("Client") : amended,
  70.      StringTermination("NullTerminated"),
  71.      format("w"),
  72.      read]
  73.      string  Client;
  74.     [WmiDataId(2),
  75.      Description("Account") : amended,
  76.      StringTermination("NullTerminated"),
  77.      format("w"),
  78.      read]
  79.      string  Account;
  80.     [WmiDataId(3),
  81.      Description("Channel Type") : amended,
  82.      format("x"),
  83.      read]
  84.      uint32  ChannelType;
  85.     [WmiDataId(4),
  86.      Description("Negotiated Flags") : amended,
  87.      format("x"),
  88.      read]
  89.      uint32  NegotiatedFlags;
  90.     [WmiDataId(5),
  91.      Description("Status") : amended,
  92.      format("x"),
  93.      read]
  94.      uint32  Status;
  95. };
  96.  
  97. [Dynamic,
  98.  Description("NetLogon Secure Channel Setup") : amended,
  99.  Guid("{63dbb180-dbed-11d2-895b-00c04f79ab69}"),
  100.  DisplayName("NlSecChanlSetup"),
  101.  locale("MS\\0x409")
  102. ]
  103. class NlSecChanlSetup:MSNetLogonTrace
  104. {
  105.  
  106. };
  107.  
  108. [Dynamic,
  109.  Description("NetLogon Secure Channel Setup") : amended,
  110.  EventType(1),
  111.  EventTypeName("Start"),
  112.  locale("MS\\0x409")
  113. ]
  114. class NlSecChanlSetup_Start:NlSecChanlSetup
  115. {
  116. };
  117.  
  118. [Dynamic,
  119.  Description("NetLogon Secure Channel Setup") : amended,
  120.  EventType(2),
  121.  EventTypeName("End"),
  122.  locale("MS\\0x409")
  123. ]
  124. class NlSecChanlSetup_End:NlSecChanlSetup
  125. {
  126. };
  127.  
  128.