UCOMIStream.UnlockRegion(Int64, Int64, Int32) Méthode

Définition

Supprime les restrictions d'accès à une plage d'octets dont l'accès a été limité au préalable à l'aide de LockRegion(Int64, Int64, Int32).

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

Paramètres

libOffset
Int64

Décalage d'octets pour le début de la plage.

cb
Int64

Longueur, en octets, de la plage à limiter.

dwLockType
Int32

Restrictions d'accès précédemment appliquées à la plage.

Remarques

Pour plus d’informations, consultez la documentation existante de IStream::UnlockRegion dans MSDN Library.

S’applique à