ncacn_dnet_nsp attribute
The ncacn_dnet_nsp keyword identifies DECnet as the protocol family for the endpoint. This protocol family is obsolete and should not be used in new applications.
endpoint("ncacn_dnet_nsp:server-name[port-name]")
Parameters
-
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 (#).
Remarks
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 rather than at compile time.
Note
This protocol family is not supported in Windows XP.
Examples
[
uuid(12345678-4000-2006-0000-20000000001a),
version(1.1),
endpoint("ncacn_dnet_nsp:node[RPC0034501]")
interface iface
{
// Interface definition statements.
}
[
uuid(12345678-1234-1234-1234-123456789ABC),
version(1.1),
endpoint("ncacn_dnet_nsp:node[#41]")
]
interface iface
{
// Interface definition statements.
}
See also