WlanHostedNetworkInitSettings function wlanapi

int WlanHostedNetworkInitSettings(
  1. int hClientHandle,
  2. Pointer<Int32> pFailReason,
  3. Pointer<NativeType> pvReserved
)

The WlanHostedNetworkInitSettings function configures and persists to storage the network connection settings (SSID and maximum number of peers, for example) on the wireless Hosted Network if these settings are not already configured.

DWORD WlanHostedNetworkInitSettings(
  HANDLE                      hClientHandle,
  PWLAN_HOSTED_NETWORK_REASON pFailReason,
  PVOID                       pvReserved
);

Implementation

int WlanHostedNetworkInitSettings(
        int hClientHandle, Pointer<Int32> pFailReason, Pointer pvReserved) =>
    _WlanHostedNetworkInitSettings(hClientHandle, pFailReason, pvReserved);