IWCNConnectNotify::ConnectSucceeded method (wcndevice.h)

The IWCNConnectNotify::ConnectSucceeded callback method that indicates a successful IWCNDevice::Connect operation.

Syntax

HRESULT ConnectSucceeded();

Return value

...

Remarks

Notification of success does not implicitly indicate that the device is ready, as some devices reboot in order to apply settings provided during the IWCNDevice::Connect operation.

If the IWCNDevice interface was used to obtain network settings from a device, then the network profile is immediately ready for use.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header wcndevice.h

See also

IWCNConnectNotify

IWCNDevice::Connect