Is there any way to use the ntohs function of
Winsock without using the API???
John
Printable View
Is there any way to use the ntohs function of
Winsock without using the API???
John
ntohs? What is that? Never heared of it.
The api Decleration look like:
Declare Function ntohs Lib "wsock32.dll" (ByVal a As Long) As Integer
MSDN explenation:
http://msdn.microsoft.com/library/de...piref_1fxu.asp
john