IOleCacheControl::OnStop method (oleidl.h)

Notifies the cache that it should terminate any existing advise sinks. No indication is given as to whether a connection actually existed.

Syntax

HRESULT OnStop();

Return value

This method returns S_OK on success. Other possible return values include the following.

Return code Description
E_UNEXPECTED
An unexpected error has occurred.
E_OUTOFMEMORY
Insufficient memory is available for this operation.

Remarks

The data advisory connection between the running object and the cache is destroyed as part of calling OnStop.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header oleidl.h

See also

IOleCacheControl

IOleCacheControl::OnRun