RpcCallType enumeration (rpcasync.h)
The RpcCallType enumeration specifies the set of RPC call types.
Syntax
typedef enum tagRpcCallType {
rctInvalid = 0,
rctNormal,
rctTraining,
rctGuaranteed
} RpcCallType;
Constants
rctInvalid Value: 0 The remote procedure call is invalid. |
rctNormal The remote procedure call has no special properties. |
rctTraining The remote procedure call is used for "training" RPC. |
rctGuaranteed The remote procedure call has guaranteed execution. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
Header | rpcasync.h (include Rpc.h) |