Files
reactos/reactos/lib/ws2help/ws2help.def
Robert Dickenson eebe5809fd Created new empty module for buiding ws2help.dll
Yet to define parameters and return values for all exports.

svn path=/trunk/; revision=3111
2002-06-17 19:33:45 +00:00

31 lines
677 B
Modula-2

; WS2HELP.DLL - Windows Sockets 2 Helper DLL for TCP/IP
LIBRARY ws2help.dll
EXPORTS
WahCloseApcHelper@8
WahCloseHandleHelper@8
WahCloseNotificationHelper@8
WahCloseSocketHandle@8
WahCloseThread@8
WahCompleteRequest@8
WahCreateHandleContextTable@8
WahCreateNotificationTable@8
WahCreateSocketHandle@8
WahDestroyHandleContextTable@8
WahDisableNonIFSHandleSupport@8
WahEnableNonIFSHandleSupport@8
WahEnumerateHandleContexts@8
WahInsertHandleContext@8
WahNotifyAllProcesses@8
WahOpenApcHelper@8
WahOpenCurrentThread@8
WahOpenHandleHelper@8
WahOpenNotificationHandleHelper@8
WahQueueUserApc@8
WahReferenceContextByHandle@8
WahRemoveHandleContext@8
WahWaitForNotification@8
; EOF