|
IOleObject::Unadvise
Deletes a previously established advisory connection.
HRESULT Unadvise(
DWORD dwConnection
| //A token
| );
|
|
Parameter
dwConnection
[in] Contains a token of nonzero value, which was previously returned from IOleObject::Advise through its pdwConnection parameter.
Return Values
S_OK
Advisory connection deleted successfully.
E_FAIL
Unspecified error encountered.
OLE_E_NOCONNECTION
dwConnection is not represent a valid advisory connection.
Comments
Normally, containers call IOleObject::Unadvise at shutdown or when an object is deleted. In certain cases, containers can
call this method on objects that are running but not currently visible as a way
of reducing the overhead of maintaining multiple advisory connections. The
easiest way to implement this method is to delegate the call to IOleAdviseHolder::Unadvise.
See Also
IOleObject::Advise, IOleObject::EnumAdvise, IOleAdviseHolder::Unadvise
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
|