Compartilhar via


Método UCOMIStream.UnlockRegion (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.

Remove a restrição de acesso em um intervalo de bytes anteriormente restringido com LockRegion.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void UnlockRegion(
    long libOffset,
    long cb,
    int dwLockType
)
void UnlockRegion(
    long long libOffset,
    long long cb,
    int dwLockType
)
abstract UnlockRegion : 
        libOffset:int64 *
        cb:int64 *
        dwLockType:int -> unit
Sub UnlockRegion (
    libOffset As Long,
    cb As Long,
    dwLockType As Integer
)

Parâmetros

  • libOffset
    Type: System.Int64

    O deslocamento de byte para o início do intervalo.

  • cb
    Type: System.Int64

    O comprimento, em bytes, do intervalo a ser restringido.

  • dwLockType
    Type: System.Int32

    As restrições de acesso colocadas anteriormente no intervalo.

Comentários

Para obter mais informações, consulte a documentação existente para IStream::UnlockRegion 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