4.1.18.1.2 DRS_MSG_RMSVRREQ_V1

The DRS_MSG_RMSVRREQ_V1 structure defines a request message sent to the IDL_DRSRemoveDsServer method.

 typedef struct {
   [string] LPWSTR ServerDN;
   [string] LPWSTR DomainDN;
   BOOL fCommit;
 } DRS_MSG_RMSVRREQ_V1;

ServerDN: The DN of the server object of the DC to remove.

DomainDN: The DN of the NC root of the domain that the DC to be removed belongs to. Can be set to null if the client does not want the server to compute the value of pmsgOut^.V1.fLastDCInDomain.

fCommit: True if the DC's metadata should actually be removed from the directory. False if the metadata should not be removed. (This is used by a client that wants to determine the value of pmsgOut^.V1.fLastDcInDomain without altering the directory.)