wintun/api/exports.def
Jason A. Donenfeld c20e1683c2 api: separate read-wait handle into other function
Makes the API a bit more clear.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-11-02 16:38:56 +01:00

22 lines
428 B
Modula-2

LIBRARY wintun.dll
EXPORTS
WintunAllocateSendPacket
WintunCreateAdapter
WintunDeleteAdapter
WintunEndSession
WintunEnumAdapters
WintunFreeAdapter
WintunGetAdapter
WintunGetAdapterDeviceObject
WintunGetAdapterGUID
WintunGetAdapterLUID
WintunGetAdapterName
WintunGetReadWaitEvent
WintunGetVersion
WintunReceivePacket
WintunReceiveRelease
WintunSendPacket
WintunSetAdapterName
WintunSetLogger
WintunStartSession