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

Définition

Supprime la restriction d’accès sur une plage d’octets précédemment restreint avec la LockRegion(Int64, Int64, Int32) méthode.

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’octet pour le début de la plage.

cb
Int64

Longueur, en octets, de la plage à restreindre.

dwLockType
Int32

Restrictions d’accès précédemment placées sur la plage.

Remarques

Pour plus d’informations, consultez la documentation existante pour IStream ::UnlockRegion.

S’applique à