IFillLockBytes Interface
Enables asynchronous writing to a structured storage byte array. For more information, see IFillLockBytes and How Asynchronous Binding and Storage Work.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("99CAF010-415E-11CF-8814-00AA00B569F5")> _
<InterfaceTypeAttribute()> _
Public Interface IFillLockBytes
[GuidAttribute("99CAF010-415E-11CF-8814-00AA00B569F5")]
[InterfaceTypeAttribute()]
public interface IFillLockBytes
[GuidAttribute(L"99CAF010-415E-11CF-8814-00AA00B569F5")]
[InterfaceTypeAttribute()]
public interface class IFillLockBytes
[<GuidAttribute("99CAF010-415E-11CF-8814-00AA00B569F5")>]
[<InterfaceTypeAttribute()>]
type IFillLockBytes = interface end
public interface IFillLockBytes
The IFillLockBytes type exposes the following members.
Methods
Name | Description | |
---|---|---|
FillAppend | ||
FillAt | ||
SetFillSize | ||
Terminate |
Top