This documentation is archived and is not being maintained.
ILockBytes Interface
Gives a compound file storage object's root storage access to the physical device while isolating it from the details of physical access. For more information, see .ilockbytes
Namespace:
Microsoft.VisualStudio.OLE.Interop Assembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[GuidAttribute("0000000A-0000-0000-C000-000000000046" )]
[ComConversionLossAttribute]
[InterfaceTypeAttribute(1)]
public interface ILockBytes
Name Description Flush() LockRegion(ULARGE_INTEGER, ULARGE_INTEGER, UInt32) ReadAt(ULARGE_INTEGER, Byte[], UInt32, UInt32) SetSize(ULARGE_INTEGER) Stat(STATSTG[], UInt32) UnlockRegion(ULARGE_INTEGER, ULARGE_INTEGER, UInt32) WriteAt(ULARGE_INTEGER, Byte[], UInt32, UInt32)
Return to top