Documentation
-
RPC and the Network - Win32 apps
This section discusses how to deal with network unreliability when using RPC, and explains how RPC-level APIs translate into network activity. The section refers only to the ncacn\_ip\_tcp and ncacn\_http protocol sequences.
-
Controlling Client Authentication - Win32 apps
The best method for authenticating a client is installing a security callback function using the RpcServerRegisterIf2 or RpcServerRegisterIfEx function; either accepts a security callback function as an argument.
-
Choosing a Protocol Sequence - Win32 apps
Best practices for choosing a protocol sequence involve using ncacn\_ip\_tcp and ncalrpc, not ncacn\_np, ncacn\_spx, and ncadg\_\ .