Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |