Ends monitoring of a compound file. Must be preceded by a call to ILayoutStorage::BeginMonitor.
HRESULT EndMonitor(void);
This function supports the standard return values E_OUTOFMEMORY, E_UNEXPECTED, E_INVALIDARG, and E_FAIL, as well as all return values for CloseHandle.
A call to EndMonitor is generally followed by a call to ILayoutStorage::RelayoutDocfile, which uses the access pattern detected by the monitoring to restructure the compound file.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in objidl.h.
ILayoutStorage::BeginMonitor, ILayoutStorage::ReLayoutDocfile