ncacn_at_dsp 属性
ncacn_at_dsp关键字 (keyword) 将 AppleTalk DSP 标识为终结点的协议系列。 此协议系列已过时,不应在新应用程序中使用。
endpoint("ncacn_at_dsp:[port-name]")
参数
-
port-name
-
指定长度为 22 字节的字符串。
备注
与所有端口字符串一样,AppleTalk DSP 端口字符串的语法由传输实现定义,并且独立于 IDL 规范。 MIDL 编译器执行有限的语法检查,但不保证终结点规范正确。 某些类错误可能会在运行时报告,而不是在编译时报告。
示例
[
uuid(12345678-4000-2006-0000-20000000001a),
version(1.1),
endpoint("ncacn_at_dsp:[my_services_endpoint]")
]
interface iface
{
// Interface definition statements.
}
另请参阅