IDirectWriterLock Interface
Allows only a single writer while enabling multiple readers of a root storage object. For more information, see IDirectWriterLock and IDirectWriterLock - Compound File Implementation.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
<InterfaceTypeAttribute()> _
<GuidAttribute("0E6D4D92-6738-11CF-9608-00AA00680DB4")> _
Public Interface IDirectWriterLock
[InterfaceTypeAttribute()]
[GuidAttribute("0E6D4D92-6738-11CF-9608-00AA00680DB4")]
public interface IDirectWriterLock
The IDirectWriterLock type exposes the following members.
Methods
Name | Description | |
---|---|---|
HaveWriteAccess | ||
ReleaseWriteAccess | ||
WaitForWriteAccess |
Top