ntohf 函数 (winsock2.h)

ntohf 内联函数将无符号__int32从 TCP/IP 网络顺序转换为主机字节顺序 (这是 Intel 处理器上的小端) 并返回浮点数。

语法

float ntohf(
  unsigned __int32 Value
);

参数

Value

TCP/IP 网络字节顺序中的 无符号__int32 号。

返回值

ntohf 函数返回参数中提供的值,字节顺序反转。 如果 已采用主机字节顺序,则此函数将反转它。 由应用程序决定是否必须反转字节顺序。

注解

ntohf 内联函数采用 TCP/IP 网络字节顺序 (AF_INET或AF_INET6地址系列) 的无符号__int32,并返回包含主机字节顺序中的数字的浮点数。

ntohf 函数可用于将网络字节顺序中的 IPv4 地址转换为主机字节顺序中的 IPv4 地址。 此函数不执行任何检查来确定 参数是否为有效的 IPv4 地址。

ntohf 函数不要求 Winsock DLL 之前已通过成功调用 WSAStartup 函数加载。

Windows Phone 8:Windows Phone 8 及更高版本上的 Windows Phone 应用商店应用支持此函数。

Windows 8.1Windows Server 2012 R2:Windows 8.1、Windows Server 2012 R2 及更高版本的 Windows 应用商店应用支持此功能。

要求

   
最低受支持的客户端 Windows 8.1 Windows 8 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2012 [桌面应用 |UWP 应用]
目标平台 Windows
标头 winsock2.h

另请参阅

InetNtop

InetPton

WSAHtonl

WSAHtons

WSANtohl

WSANtohs

htond

htonf

htonl

htonll

htons

inet_addr

inet_ntoa

ntohd

ntohl

ntohll

ntohs