RpcLocalAddressFormat enumeration (rpcasync.h)

The RpcLocalAddressFormat enumeration specifies the possible local IP address formats supported by RPC.

Syntax

typedef enum tagRpcLocalAddressFormat {
  rlafInvalid = 0,
  rlafIPv4,
  rlafIPv6
} RpcLocalAddressFormat;

Constants

 
rlafInvalid
Value: 0
The address format is not supported.
rlafIPv4
The address format is IP version 4.
rlafIPv6
The address format is IP version 6.

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)

See also

RPC_CALL_LOCAL_ADDRESS_V1