4.1.5.1.3 DRS_MSG_DCINFOREPLY

The DRS_MSG_DCINFOREPLY union defines the response messages received from the IDL_DRSDomainControllerInfo method.

 typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_DCINFOREPLY_V1 V1;
   [case(2)] 
     DRS_MSG_DCINFOREPLY_V2 V2;
   [case(3)] 
     DRS_MSG_DCINFOREPLY_V3 V3;
   [case(0xFFFFFFFF)] 
     DRS_MSG_DCINFOREPLY_VFFFFFFFF VFFFFFFFF;
 } DRS_MSG_DCINFOREPLY;

V1: Version 1 response.

V2: Version 2 response.

V3: Version 3 response.

VFFFFFFFF: Version 0xFFFFFFFF response.