4.1.20.1.1 DRS_MSG_REPDEL

The DRS_MSG_REPDEL union defines the request messages sent to the IDL_DRSReplicaDel method. Only one version, identified by dwVersion = 1, is currently defined.

 typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_REPDEL_V1 V1;
 } DRS_MSG_REPDEL;

V1: The version 1 request.