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 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) |