2.2.1.1.2 DNS_RPC_PROTOCOLS
DNS_RPC_PROTOCOLS is a DWORD value that specifies types of RPC protocols supported by the DNS server. For more details about this type, see section 2.1 in [MS-RPCE].
Constant/value |
Description |
---|---|
DNS_RPC_USE_TCPIP 0x00000001 |
The server allows clients to connect using RPC over TCP/IP. |
DNS_RPC_USE_NAMED_PIPE 0x00000002 |
The server allows clients to connect using RPC over named pipes. |
DNS_RPC_USE_LPC 0x00000004 |
An implementation-specific mode of communicating with a client on the same machine. <6> |
DNS_RPC_USE_ALL_PROTOCOLS 0xFFFFFFFF |
The server allows clients to connect using any of the above RPC mechanisms. |