[DllImport("wlanapi.dll", SetLastError = true)] public static extern uint WlanHostedNetworkSetProperty( IntPtr hClientHandle, WLAN_HOSTED_NETWORK_OPCODE OpCode, uint dwDataSize, IntPtr pvData, IntPtr pReserved );
Microsoft documentation: Link
Last updated 1 year ago