|
IOleCacheControl::OnStop
Notifies the cache it should terminate any existing connection previously
given to it by using IOleCacheControl::OnRun. No indication is given as to whether a connection existed or not.
HRESULT OnStop( );
Return Values
S_OK
The cache was notified and the advise sink was successfully removed.
E_OUTOFMEMORY
The advise sink was not removed because the system ran out of memory.
E_UNEXPECTED
An unexpected error occurred.
Comments
The data advisory sink between the running object and the cache is destroyed
as part of calling IOleCacheControl::OnStop.
See Also
IOleCacheControl::OnRun
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
|