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 [デスクトップ アプリのみ] |
Header | rpcasync.h (Rpc.h を含む) |