[This is preliminary documentation and subject to change.]
Releases the write lock previously obtained.
HRESULT ReleaseForWriteAccess(void);
The writer calls this method to release exclusive access to the storage object previously taken by calling IDirectWriterLock::WaitForWriteAccess.
After the writer calls this method, it is safe to allow readers to reopen the storage again until the next call to IDirectWriterLock::WaitForWriteAccess.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.
IDirectWriterLock::WaitForWriteAccess, IDirectWriterLock::HaveWriteAccess