rpcCallType 枚举 (rpcasync.h)
RpcCallType 枚举指定 RPC 调用类型的集。
语法
typedef enum tagRpcCallType {
rctInvalid = 0,
rctNormal,
rctTraining,
rctGuaranteed
} RpcCallType;
常量
rctInvalid 值: 0 远程过程调用无效。 |
rctNormal 远程过程调用没有特殊属性。 |
rctTraining 远程过程调用用于“训练”RPC。 |
rctGuaranteed 远程过程调用有保证执行。 |
要求
最低受支持的客户端 | Windows Vista、Windows XP SP2 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008、Windows Server 2003 SP1 [仅限桌面应用] |
标头 | rpcasync.h (包括 Rpc.h) |