ncacn_dnet_nsp
endpoint( ncacn_dnet_nsp:server-name[port-name] )
server-name
Specifies the
name or internet address for the server, or host, computer. The name is a
character string.
port-name
Specifies a
DECnet object name or object number. The object name can consist of up to 16
characters. Object numbers can be prefixed by the pound sign (#).
Examples
[
uuid(12345678-4000-2006-0000-20000000001a),
version(1.1),
endpoint("ncacn_dnet_nsp:node[RPC0034501]")
[
uuid(12345678-4000-2006-0000-20000000001a),
version(1.1),
endpoint("ncacn_dnet_nsp:node[#41]")
]
Remarks
The ncacn_dnet_nsp
keyword identifies DECnet as the protocol family for the endpoint.
The syntax of
the DECnet transport port string, like all port strings, is defined
independently of the IDL specification. The compiler performs some syntax
checking but does not guarantee that the endpoint specification is correct.
Some errors may be reported at run time.
See Also