RpcCallType-Enumeration (rpcasync.h)
Die RpcCallType-Enumeration gibt den Satz von RPC-Aufruftypen an.
Syntax
typedef enum tagRpcCallType {
rctInvalid = 0,
rctNormal,
rctTraining,
rctGuaranteed
} RpcCallType;
Konstanten
rctInvalid Wert: 0 Der Remoteprozeduraufruf ist ungültig. |
rctNormal Der Remoteprozeduraufruf verfügt über keine speziellen Eigenschaften. |
rctTraining Der Remoteprozeduraufruf wird für "Training"-RPC verwendet. |
rctGuaranteed Der Remoteprozeduraufruf verfügt über eine garantierte Ausführung. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows Vista, Windows XP mit SP2 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008, Windows Server 2003 mit SP1 [nur Desktop-Apps] |
Kopfzeile | rpcasync.h (rpc.h einschließen) |