wlanapi.h Win32 API Wrapper in Golang
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> |
||
---|---|---|
LICENSE | ||
mksyscall.go | ||
README.md | ||
wlanapi_windows.go | ||
wlanapi_windows_test.go | ||
zsyscall_windows.go |
wlanapi.h Win32 API Wrapper in Golang
See wlanapi_windows_test.go
for usage example.