2.2.3.1.1 RPC_NETWORK_PROTOCOL

The RPC_NETWORK_PROTOCOL enumeration is used to specify the list of supported RPC network protocols.

 typedef  enum 
 {
   TCP/IP = 0x00000001,
   SPX = 0x00000002,
   NetBEUI = 0x00000004,
   UDP/IP = 0x00000008,
   LRPC = 0x00000020
 } RPC_NETWORK_PROTOCOL;

TCP/IP:  The TCP/IP network protocol.

SPX:  The SPX network protocol.<3>

NetBEUI:  The NetBEUI network protocol.

UDP/IP:  The UDP/IP network protocol.

LRPC:  The LRPC network protocol.