rpcCallType 列舉 (rpcasync.h)
RpcCallType列舉會指定 RPC 呼叫類型的集合。
Syntax
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) |