UCOMIStream.LockRegion(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.
Limite l'accès à une plage d'octets spécifiée dans le flux.
public:
void LockRegion(long libOffset, long cb, int dwLockType);
public void LockRegion (long libOffset, long cb, int dwLockType);
abstract member LockRegion : int64 * int64 * int -> unit
Public Sub LockRegion (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 de la plage, en octets, à limiter.
- dwLockType
- Int32
Restrictions demandées pour l'accès à la plage.
Remarques
Pour plus d’informations, consultez la documentation existante pour IStream::LockRegion
dans la bibliothèque MSDN.