ILockBytes Schnittstelle

Definition

Gibt den Stammspeicherzugriff des Verbunddateispeicherobjekts auf das physische Gerät isoliert von den Details des physischen Zugriffs zurück. Weitere Informationen finden Sie unter ILockBytes.

public interface class ILockBytes
public interface class ILockBytes
__interface ILockBytes
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("0000000A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ILockBytes
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("0000000A-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ILockBytes = interface
Public Interface ILockBytes
Attribute

Methoden

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)

Gilt für