UCOMIStream.UnlockRegion(Int64, Int64, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 pour IStream::UnlockRegion
dans la bibliothèque MSDN.