WlanIhvControl function wlanapi
The WlanIhvControl function provides a mechanism for independent hardware vendor (IHV) control of WLAN drivers or services.
DWORD WlanIhvControl(
HANDLE hClientHandle,
const GUID *pInterfaceGuid,
WLAN_IHV_CONTROL_TYPE Type,
DWORD dwInBufferSize,
PVOID pInBuffer,
DWORD dwOutBufferSize,
PVOID pOutBuffer,
PDWORD pdwBytesReturned
);
Implementation
int WlanIhvControl(
int hClientHandle,
Pointer<GUID> pInterfaceGuid,
int Type,
int dwInBufferSize,
Pointer pInBuffer,
int dwOutBufferSize,
Pointer pOutBuffer,
Pointer<Uint32> pdwBytesReturned,
) => _WlanIhvControl(
hClientHandle,
pInterfaceGuid,
Type,
dwInBufferSize,
pInBuffer,
dwOutBufferSize,
pOutBuffer,
pdwBytesReturned,
);