ILayoutStorage::EndMonitor

Ends monitoring of a compound file. Must be preceded by a call to ILayoutStorage::BeginMonitor42QBRZ8.

HRESULT EndMonitor(void);

 

Return Values

This function supports the standard return values E_OUTOFMEMORY, E_UNEXPECTED, E_INVALIDARG, and E_FAIL, as well as all return values for CloseHandle.

 

Remarks

A call to EndMonitor is generally followed by a call to ILayoutStorage::RelayoutDocfileR8GY6I, which uses the access pattern detected by the monitoring to restructure the compound file.

See Also

ILayoutStorage::BeginMonitor, ILayoutStorage::ReLayoutDocfile