mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 22:54:25 +08:00
Yet to define parameters and return values for all exports. svn path=/trunk/; revision=3111
31 lines
677 B
Modula-2
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
|