WCN (connect to device using WPS) does not work under Windows 10
问题 I have implemented Delphi code to connect to a device using WCN (WPS) that works on Windows 7 & Windows 8(.1). First, the code tries to detect the proper IWCNDevice , and once the proper device has been found it will: Set the password to empty using wcnDevice.SetPassword( ) Create an object that implements IWCNConnectNotify. (= wcnConnectionNotify ) Call wcnDevice.Connect( wcnConnectionNotify ) Under Windows 10, the wcnDevice is retrieved, the wcnConnectNotify object can be created and the