rpcLocalAddressFormat 列舉 (rpcasync.h)
RpcLocalAddressFormat 列舉會指定 RPC 支援的可能本機 IP 位址格式。
Syntax
typedef enum tagRpcLocalAddressFormat {
rlafInvalid = 0,
rlafIPv4,
rlafIPv6
} RpcLocalAddressFormat;
常數
rlafInvalid 值: 0 不支援位址格式。 |
rlafIPv4 位址格式為IP第4版。 |
rlafIPv6 位址格式為IP第6版。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008、Windows Server 2003 SP1 [僅限桌面應用程式] |
標頭 | rpcasync.h (包含 Rpc.h) |