ILockBytes Interface

Definição

Fornece ao armazenamento de raiz do objeto de armazenamento de arquivos composto acesso ao dispositivo físico ao isolá-lo dos detalhes do acesso físico. Para obter mais informações, consulte 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
Atributos

Métodos

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)

Aplica-se a