RpcCallClientLocality enumeration (rpcasync.h)
The RpcCallClientLocality enumeration specifies the set of possible RPC client localities.
Syntax
typedef enum tagRpcCallClientLocality {
rcclInvalid = 0,
rcclLocal,
rcclRemote,
rcclClientUnknownLocality
} RpcCallClientLocality;
Constants
rcclInvalid Value: 0 The RPC client locality is invalid. |
rcclLocal The RPC client is local. |
rcclRemote The RPC client is remote. |
rcclClientUnknownLocality The RPC client has an unknown locality. |
Requirements
Requirement | Value |
---|---|
Header | rpcasync.h |