wintun/api/exports.def
Simon Rozman 4b8f879fd6 api: add ring management
Rather than every client reinvent the art of using the Wintun and its
ring buffers, we offer helper structs and functions to unify and
simplify Wintun usage.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-10-30 16:51:01 +01:00

20 lines
385 B
Modula-2

EXPORTS
WintunCreateAdapter
WintunDeleteAdapter
WintunEndSession
WintunEnumAdapters
WintunFreeAdapter
WintunGetAdapter
WintunGetAdapterDeviceObject
WintunGetAdapterGUID
WintunGetAdapterLUID
WintunGetAdapterName
WintunGetVersion
WintunIsPacketAvailable
WintunReceivePackets
WintunSendPackets
WintunSetAdapterName
WintunSetLogger
WintunStartSession
WintunWaitForPacket