CancelConnectNotify function (npapi.h)

The Multiple Provider Router (MPR) calls CancelConnectNotify before and after each cancel connection operation (WNetCancelConnection and WNetCancelConnection2).

Syntax

DWORD CancelConnectNotify(
  [in, out] LPNOTIFYINFO   lpNotifyInfo,
  [in]      LPNOTIFYCANCEL lpCancelInfo
);

Parameters

[in, out] lpNotifyInfo

A pointer to a NOTIFYINFO structure that contains information about the notification.

[in] lpCancelInfo

A pointer to a NOTIFYCANCEL structure that contains the cancel connection specific information.

Return value

If the function succeeds, the function should return WN_SUCCESS.

If the function fails, it should return an error code. This can be any of the error codes specified in Network Security Return Values.

Remarks

The CancelConnectNotify function is implemented by applications that need to receive notification from the MPR when a network resource is connected or disconnected. For more information about how to write an application that receives such notifications, see Receiving Connection Notifications.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header npapi.h

See also

AddConnectNotify