IWCNConnectNotify interface (wcndevice.h)

Use this interface to receive a success or failure notification when a Windows Connect Now connect session completes.

Inheritance

The IWCNConnectNotify interface inherits from the IUnknown interface. IWCNConnectNotify also has these types of members:

Methods

The IWCNConnectNotify interface has these methods.

 
IWCNConnectNotify::ConnectFailed

Callback method indicates a IWCNDevice::Connect failure.
IWCNConnectNotify::ConnectSucceeded

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

Requirements

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

See also

IWCNDevice:Connect