ncacn_at_dsp attribute
The ncacn_at_dsp keyword identifies AppleTalk DSP as the protocol family for the endpoint. This protocol family is obsolete and should not be used in new applications.
endpoint("ncacn_at_dsp:[port-name]")
Parameters
-
port-name
-
Specifies a character string up to 22 bytes long.
Remarks
The syntax of the AppleTalk DSP port string, like all port strings, is defined by the transport implementation and is independent of the IDL specification. The MIDL compiler performs limited syntax checking but does not guarantee that the endpoint specification is correct. Some classes of errors may be reported at run time rather than at compile time.
Examples
[
uuid(12345678-4000-2006-0000-20000000001a),
version(1.1),
endpoint("ncacn_at_dsp:[my_services_endpoint]")
]
interface iface
{
// Interface definition statements.
}
See also