Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The RpcCallType enumeration specifies the set of RPC call types.
Syntax
typedef enum tagRpcCallType {
rctInvalid = 0,
rctNormal,
rctTraining,
rctGuaranteed
} RpcCallType;
Constants
rctInvalidValue: 0 The remote procedure call is invalid. |
rctNormalThe remote procedure call has no special properties. |
rctTrainingThe remote procedure call is used for "training" RPC. |
rctGuaranteedThe 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) |