wlanapi.h Win32 API Wrapper in Golang
Find a file
Simon Rozman 00faf66d86 Supersede InterfaceInfoList's Item method with InterfaceInfo
Rather than repetitively calling Info method to calculate InterfaceInfo
struct address and return it one by one, a more effective method called
InterfaceInfo was introduced. The later returns all interface infos as
a Go slice.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-04-26 07:48:38 +02:00
LICENSE Initial commit 2020-04-20 09:39:43 +02:00
mksyscall.go Initial version 2020-04-20 09:42:50 +02:00
README.md Initial version 2020-04-20 09:42:50 +02:00
wlanapi_windows.go Supersede InterfaceInfoList's Item method with InterfaceInfo 2020-04-26 07:48:38 +02:00
wlanapi_windows_test.go Supersede InterfaceInfoList's Item method with InterfaceInfo 2020-04-26 07:48:38 +02:00
zsyscall_windows.go Initial version 2020-04-20 09:42:50 +02:00

wlanapi.h Win32 API Wrapper in Golang

See wlanapi_windows_test.go for usage example.