Jump to content

DAPWSOCK.DLL: Difference between revisions

From EDM2
Created page with " ==Version== {| border="1" |- !Date !Version !Size !Comments |- | |N/A | bytes. | |- |} ==DLL Entry Points== <PRE> </PRE> ==DLLs Loaded== * [[]] Category:Files"
 
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
TCP/IP for OS/2: Open32 Winsock API for OS/2


==Version==
==Version==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
!Date
!Version
!Size
!Comments
|-
|
|N/A
| bytes.
|
|-
|-
|2001-09-18|| ||56,504 bytes||MPTS 6.01
|}
|}


==DLL Entry Points==
==Exports==
<PRE>
  1 accept
 
  2 bind
</PRE>
  3 closesocket
  4 connect
  5 getpeername
  6 getsockname
  7 getsockopt
  8 htonl
  9 htons
  10 inet_addr
  11 inet_ntoa
  12 ioctlsocket
  13 listen
  14 ntohl
  15 ntohs
  16 recv
  17 recvfrom
  18 select
  19 send
  20 sendto
  21 setsockopt
  22 shutdown
  23 socket
  51 gethostbyaddr
  52 gethostbyname
  53 getprotobyname
  54 getprotobynumber
  55 getservbyname
  56 getservbyport
  57 gethostname
101 WSAAsyncSelect
102 WSAAsyncGetHostByAddr
103 WSAAsyncGetHostByName
104 WSAAsyncGetProtoByNumber
105 WSAAsyncGetProtoByName
106 WSAAsyncGetServByPort
107 WSAAsyncGetServByName
108 WSACancelAsyncRequest
109 WSASetBlockingHook
110 WSAUnhookBlockingHook
111 WSAGetLastError
112 WSASetLastError
113 WSACancelBlockingCall
114 WSAIsBlocking
115 WSAStartup
116 WSACleanup
151 __WSAFDIsSet


==DLLs Loaded==
==DLLs Loaded==
* [[]]
* [[TCP32DLL.DLL]]
* [[SO32DLL.DLL]]
* [[PMWINX.DLL]]
* [[DOSCALL1.DLL]]
* [[PMWIN.DLL]]
* [[NLS.DLL]]
* [[MSG.DLL]]


[[Category:Files]]
[[Category:IBM TCP/IP Files]]

Latest revision as of 17:12, 26 April 2020

TCP/IP for OS/2: Open32 Winsock API for OS/2

Version

Date Version Size Comments
2001-09-18 56,504 bytes MPTS 6.01

Exports

  1 accept
  2 bind
  3 closesocket
  4 connect
  5 getpeername
  6 getsockname
  7 getsockopt
  8 htonl
  9 htons
 10 inet_addr
 11 inet_ntoa
 12 ioctlsocket
 13 listen
 14 ntohl
 15 ntohs
 16 recv
 17 recvfrom
 18 select
 19 send
 20 sendto
 21 setsockopt
 22 shutdown
 23 socket
 51 gethostbyaddr
 52 gethostbyname
 53 getprotobyname
 54 getprotobynumber
 55 getservbyname
 56 getservbyport
 57 gethostname
101 WSAAsyncSelect
102 WSAAsyncGetHostByAddr
103 WSAAsyncGetHostByName
104 WSAAsyncGetProtoByNumber
105 WSAAsyncGetProtoByName
106 WSAAsyncGetServByPort
107 WSAAsyncGetServByName
108 WSACancelAsyncRequest
109 WSASetBlockingHook
110 WSAUnhookBlockingHook
111 WSAGetLastError
112 WSASetLastError
113 WSACancelBlockingCall
114 WSAIsBlocking
115 WSAStartup
116 WSACleanup
151 __WSAFDIsSet

DLLs Loaded