IDirectWriterLock Interface

Definition

Allows only a single writer while enabling multiple readers of a root storage object. For more information, see IDirectWriterLock and IDirectWriterLock - Compound File Implementation.

public interface class IDirectWriterLock
public interface class IDirectWriterLock
__interface IDirectWriterLock
[System.Runtime.InteropServices.Guid("0E6D4D92-6738-11CF-9608-00AA00680DB4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDirectWriterLock
[System.Runtime.InteropServices.Guid("0E6D4D92-6738-11CF-9608-00AA00680DB4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDirectWriterLock
[<System.Runtime.InteropServices.Guid("0E6D4D92-6738-11CF-9608-00AA00680DB4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDirectWriterLock = interface
[<System.Runtime.InteropServices.Guid("0E6D4D92-6738-11CF-9608-00AA00680DB4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDirectWriterLock = interface
Public Interface IDirectWriterLock
Attributes

Methods

HaveWriteAccess()
ReleaseWriteAccess()
WaitForWriteAccess(UInt32)

Applies to