WlanHostedNetworkForceStop function wlanapi

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

The WlanHostedNetworkForceStop function transitions the wireless Hosted Network to the wlan_hosted_network_idle without associating the request with the application's calling handle.

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

Implementation

int WlanHostedNetworkForceStop(
        int hClientHandle, Pointer<Int32> pFailReason, Pointer pvReserved) =>
    _WlanHostedNetworkForceStop(hClientHandle, pFailReason, pvReserved);