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

Définition

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.

S’applique à