WlanQueryInterface function wlanapi
Queries various parameters of a specified interface.
To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/nf-wlanapi-wlanqueryinterface.
Implementation
@pragma('vm:prefer-inline')
int WlanQueryInterface(
HANDLE hClientHandle,
Pointer<GUID> pInterfaceGuid,
WLAN_INTF_OPCODE opCode,
Pointer<Uint32> pdwDataSize,
Pointer<Pointer> ppData,
Pointer<Int32>? pWlanOpcodeValueType,
) => _WlanQueryInterface(
hClientHandle,
pInterfaceGuid,
opCode,
nullptr,
pdwDataSize,
ppData,
pWlanOpcodeValueType ?? nullptr,
);