|
IDataAdviseHolder::Unadvise
Removes a connection between a data object and an advisory sink that was set
up through a previous call to the IDataAdviseHolder::Advise method. IDataAdviseHolder::Unadvise is typically called in IDataObject::DUnadvise.
HRESULT Unadvise(
DWORD dwConnection
| //Specifies the connection to remove
| );
|
|
Parameter
dwConnection
Specifies the connection to remove. This value was returned by IDataAdviseHolder::Advise when the connection was originally established.
Return Values
S_OK
The specified connection was successfully deleted.
OLE_E_NOCONNECTION
The specified dwConnection is not a valid connection.
See Also
IDataAdviseHolder::Advise, IDataObject::DUnadvise
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|