2.2.1.3.14 NETLOGON_CAPABILITIES

The NETLOGON_CAPABILITIES union SHOULD<33> carry the supported Netlogon capabilities.

 typedef 
 [switch_type(DWORD)] 
 union _NETLOGON_CAPABILITIES {
   [case(1)] 
     ULONG ServerCapabilities;
   [case (2)]
     ULONG RequestedFlags;
 } NETLOGON_CAPABILITIES,
  *PNETLOGON_CAPABILITIES;

ServerCapabilities: A 32-bit set of bit flags that identify the server's capabilities (section 3.5.4.4.11).

RequestedFlags: A 32-bit set of bit flags that identify the client capabilities that server received during negotiation (section 3.5.4.4.11).<34>