IFillLockBytes Interface

Definition

Enables asynchronous writing to a structured storage byte array. For more information, see IFillLockBytes and How Asynchronous Binding and Storage Work.

public interface class IFillLockBytes
public interface class IFillLockBytes
__interface IFillLockBytes
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("99CAF010-415E-11CF-8814-00AA00B569F5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IFillLockBytes
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("99CAF010-415E-11CF-8814-00AA00B569F5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IFillLockBytes
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("99CAF010-415E-11CF-8814-00AA00B569F5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IFillLockBytes = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("99CAF010-415E-11CF-8814-00AA00B569F5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IFillLockBytes = interface
Public Interface IFillLockBytes
Attributes

Methods

FillAppend(Byte[], UInt32, UInt32)
FillAt(ULARGE_INTEGER, Byte[], UInt32, UInt32)
SetFillSize(ULARGE_INTEGER)
Terminate(Int32)

Applies to