71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
|
|
; WSOCK32 API calls parameters' count
|
|
|
|
AcceptEx% = 8
|
|
EnumProtocols% = 3
|
|
GetAcceptExSockaddrs% = 8
|
|
GetAddressByName% = 10
|
|
GetNameByType% = 3
|
|
GetService% = 7
|
|
GetTypeByName% = 2
|
|
MigrateWinsockConfiguration% = 3
|
|
NPLoadNameSpaces% = 3
|
|
SetService% = 6
|
|
TransmitFile% = 7
|
|
WEP% = 0
|
|
WSAAsyncGetHostByAddr% = 7
|
|
WSAAsyncGetHostByName% = 5
|
|
WSAAsyncGetProtoByName% = 5
|
|
WSAAsyncGetProtoByNumber% = 5
|
|
WSAAsyncGetServByName% = 6
|
|
WSAAsyncGetServByPort% = 6
|
|
WSACancelAsyncRequest% = 4
|
|
WSACancelBlockingCall% = 0
|
|
WSACleanup% = 0
|
|
WSAGetLastError% = 0
|
|
WSAIsBlocking% = 0
|
|
WSARecvEx% = 4
|
|
WSASetBlockingHook% = 1
|
|
WSASetLastError% = 1
|
|
WSAStartup% = 2
|
|
WSAUnhookBlockingHook% = 0
|
|
__WSAFDIsSet% = 2
|
|
accept% = 3
|
|
bind% = 3
|
|
closesocket% = 1
|
|
connect% = 3
|
|
dn_expand% = 5
|
|
gethostbyaddr% = 3
|
|
gethostbyname% = 1
|
|
gethostname% = 2
|
|
getnetbyname% = 1
|
|
getpeername% = 3
|
|
getprotobyname% = 1
|
|
getprotobynumber% = 1
|
|
getservbyname% = 2
|
|
getservbyport% = 2
|
|
getsockname% = 3
|
|
getsockopt% = 5
|
|
htonl% = 1
|
|
htons% = 1
|
|
inet_addr% = 1
|
|
inet_network% = 1
|
|
inet_ntoa% = 1
|
|
ioctlsocket% = 3
|
|
listen% = 2
|
|
ntohl% = 1
|
|
ntohs% = 1
|
|
rcmd% = 6
|
|
recv% = 4
|
|
recvfrom% = 6
|
|
rexec% = 6
|
|
rresvport% = 1
|
|
s_perror% = 2
|
|
select% = 5
|
|
send% = 4
|
|
sendto% = 6
|
|
sethostname% = 2
|
|
setsockopt% = 5
|
|
shutdown% = 2
|
|
socket% = 3
|