AddConnectNotify 函式 (npapi.h)
在每次新增連線作業 (WNetAddConnection、WNetAddConnection2 和 WNetAddConnection3 之後,都會呼叫 AddConnectNotify 函式,) 是由多個提供者路由器 (MPR) 嘗試。
當 MPR 自動還原網路連線時,不會呼叫 AddConnectNotify 函式 。
語法
DWORD AddConnectNotify(
[in, out] LPNOTIFYINFO lpNotifyInfo,
[in] LPNOTIFYADD lpAddInfo
);
參數
[in, out] lpNotifyInfo
NOTIFYINFO 結構的指標,其中包含通知的相關信息。
[in] lpAddInfo
NOTIFYADD 結構的指標,其中包含所新增連線的相關信息。
傳回值
如果函式成功,函式應該會傳回WN_SUCCESS。
如果函式失敗,它應該會傳回錯誤碼。 這可以是 網路安全性傳回值中指定的任何錯誤碼。
備註
AddConnectNotify 函式是由需要在網路資源連線或中斷連線時從 MPR 接收通知的應用程式所實作。 如需如何撰寫接收這類通知之應用程式的詳細資訊,請參閱 接收連線通知。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | npapi.h |