htonll 函式 (winsock2.h)

htonll 內嵌函式會將不帶正負號的__int64從主機轉換成 TCP/IP 網路位元組順序 (,這是大到大) 。

語法

unsigned __int64 htonll(
  unsigned __int64 Value
);

參數

Value

主機位元組順序中的64位無符號號碼。

傳回值

htonll 函式會以 TCP/IP 的網路位元組順序傳回值。

備註

htonll 內嵌函式會採用主機位元組順序的64位數位,並以TCP/IP網路所使用的網路位元組順序傳回64位數位, (AF_INET 或AF_INET6位址系列) 。

htonll 內嵌函式可用來將主機位元組順序中的IPv4位址轉換為網路位元組順序中的IPv4位址。 此函式不會進行任何檢查,以判斷 參數是否為有效的 IPv4 位址。

Htonll 內嵌函式不需要先前已載入 Winsock DLL 並成功呼叫 WSAStartup 函式。

Windows Phone 8:Windows Phone 8 和更新版本上的 Windows Phone Store 應用程式支援此函式。

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

htons

inet_addr

inet_ntoa

ntohd

ntohf

ntohl

ntohll

ntohs