TwclWiFiClient.EnumInterfaces(TwclWiFiInterfaces) Method

Enumerates all of the wireless LAN interfaces currently enabled on the local computer.

Namespace: wclWiFi
public
 function EnumInterfaces(out Ifaces: TwclWiFiInterfaces): Integer;

Parameters

Ifaces
Type: TwclWiFiInterfaces

The dynamic array of the TwclWiFiInterfaceData structures which receives the returned list of wireless LAN interfaces.

Return Value

Type: Integer

If the function succeeds, the return value is wclErrors.WCL_E_SUCCESS.

If the function fails, the return value may be one of the WCL error codes.

An application is responsible for releasing a memory allocated for the Ifaces dynamic array.