WlanHostedNetworkForceStart function wlanapi

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

The WlanHostedNetworkForceStart function transitions the wireless Hosted Network to the wlan_hosted_network_active state without associating the request with the application's calling handle.

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

Implementation

int WlanHostedNetworkForceStart(
        int hClientHandle, Pointer<Int32> pFailReason, Pointer pvReserved) =>
    _WlanHostedNetworkForceStart(hClientHandle, pFailReason, pvReserved);