IStream.LockRegion(Int64, Int64, Int32) Método

Definição

Restringe o acesso a um intervalo especificado de bytes no fluxo.Restricts access to a specified range of bytes in the stream.

public:
 void LockRegion(long libOffset, long cb, int dwLockType);
public void LockRegion (long libOffset, long cb, int dwLockType);
abstract member LockRegion : int64 * int64 * int -> unit
Public Sub LockRegion (libOffset As Long, cb As Long, dwLockType As Integer)

Parâmetros

libOffset
Int64

O deslocamento de byte para o início do intervalo.The byte offset for the beginning of the range.

cb
Int64

O comprimento do intervalo, em bytes, a ser restringido.The length of the range, in bytes, to restrict.

dwLockType
Int32

As restrições solicitadas no acesso ao intervalo.The requested restrictions on accessing the range.

Comentários

Para obter mais informações, consulte a documentação existente para IStream:: LockRegion.For more information, see the existing documentation for IStream::LockRegion.

Aplica-se a