4.1.13.1.28 DS_REPL_SERVER_OUTGOING_CALLS
The DS_REPL_SERVER_OUTGOING_CALLS structure defines a set of outstanding requests from this DC to other DCs. This structure is a concrete representation of RPCOutgoingContexts.
-
typedef struct { [range(0,256)] DWORD cNumCalls; DWORD dwReserved; [size_is(cNumCalls)] DS_REPL_SERVER_OUTGOING_CALL rgCall[]; } DS_REPL_SERVER_OUTGOING_CALLS;
cNumCalls: The number of items in the rgCall array.
dwReserved: Unused. MUST be 0 and ignored.
rgCall: A set of outstanding requests from this DC to other DCs.