إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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) |