TwclWiFiClient.AcmGetShowDeniedNetworks(Boolean) Method

Reads the WLAN ACM value indicating whether user and group policy-denied networks will be included in the available networks list.

Namespace: wclWiFi
public
 function AcmGetShowDeniedNetworks(out Show: Boolean): Integer;

Parameters

Show
Type: Boolean

If the method returns wclErrors.WCL_E_SUCCESSShow parameter retured as True, then user and group policy-denied networks will be included in the available networks list; if the parameter is False on return, user and group policy-denied networks will not be included in the available networks list.

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 return codes.