Método UCOMIStream.LockRegion (Int64, Int64, Int32)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Restringe o acesso a um intervalo especificado de bytes no fluxo.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void LockRegion(
long libOffset,
long cb,
int dwLockType
)
void LockRegion(
long long libOffset,
long long cb,
int dwLockType
)
abstract LockRegion :
libOffset:int64 *
cb:int64 *
dwLockType:int -> unit
Sub LockRegion (
libOffset As Long,
cb As Long,
dwLockType As Integer
)
Parâmetros
libOffset
Type: System.Int64O deslocamento de byte para o início do intervalo.
cb
Type: System.Int64O comprimento do intervalo, em bytes, a ser restringido.
dwLockType
Type: System.Int32As restrições solicitadas no acesso ao intervalo.
Comentários
Para obter mais informações, consulte a documentação existente para IStream::LockRegion na biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIStream
Namespace System.Runtime.InteropServices
Retornar ao início