WlanHostedNetworkForceStart function wlanapi
int
WlanHostedNetworkForceStart(
- int hClientHandle,
- Pointer<
Int32> pFailReason, - 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);