Share via


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

Définition

Supprime la restriction d'accès à une plage d'octets précédemment limitée par la méthode 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 pour IStream ::UnlockRegion.

S’applique à