Jump to content

PMWSOCK.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== * DOSCALL1.DLL Category:Fi..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
TCP/IP for OS/2: Winsock API for OS/2 PM


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


==DLL Entry Points==
==DLL Entry Points==
<PRE>
<PRE>
 
  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
</PRE>
</PRE>


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


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

Latest revision as of 21:47, 13 May 2019

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

Version

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

DLL Entry Points

   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