|
Microsoft Extensions and Windows Sockets 2
The Windows Sockets 2 specification defines an extension mechanism that
exposes advanced transport functionality to application programs. For more
information, see Function Extension Mechanism.
The following Microsoft-specific extensions were added to Windows Sockets 1.1.
They are also available in Windows Sockets 2.
AcceptEx
GetAcceptExSockaddrs
TransmitFile
WSARecvEx
These functions are not exported from the WS2_32.DLL; they are exported from
MSWSOCK.DLL.
An application written to use the Microsoft-specific extensions to Windows
Sockets will not run correctly over a Windows Sockets service provider that does
not support those extensions.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|