3.2 FRSAPI Interface
The NtFrsApi interface provides administrative and monitoring methods. These methods are useful for tools that can observe and control FRS replication. The version of this interface is 1.1.
To receive incoming remote calls for this interface, the server MUST use the port specified in the FRSStaticPort ADM element, if it is not set to 0. Otherwise, the server MUST implement the service at a dynamically assigned endpoint. The server must use the UUID D049B186-814F-11D1-9A3C-00C04FC9B232.
The FRSAPI interface provides three types of methods:
Methods used for monitoring only:
NtFrsApi_Rpc_Get_DsPollingIntervalW
NtFrsApi_Rpc_InfoW
NtFrsApi_Rpc_IsPathReplicated
NtFrsApi_Rpc_WriterCommand
Methods used for configuring only:
NtFrsApi_Rpc_Set_DsPollingIntervalW
Methods used for ForceReplication to overrule the connection schedule:
NtFrsApi_Rpc_ForceReplication
Opnum values 0 through 3 and 6 MUST NOT be used over the wire by this protocol.