The DRS_MSG_RMSVRREPLY_V1 structure defines a response message received from the IDL_DRSRemoveDsServer method. Only one version, identified by pdwOutVersion^ = 1, is currently defined.

 typedef struct {
   BOOL fLastDcInDomain;
 } DRS_MSG_RMSVRREPLY_V1;

fLastDcInDomain: True if the DC is the last DC in its domain, and pmsgIn^.V1.DomainDN was set to the DN of the NC root of the domain to which the DC belongs. Otherwise, false.