Bitmap for UWP
UnlockRegion メソッド (IStream)

C1.UWP.DX アセンブリ > C1.Util.DX.Storage 名前空間 > IStream インターフェース : UnlockRegion メソッド
The offset.
The number of bytes to lock.
Type of the dw lock.
Unlocks access to a specified range of bytes in the stream.
シンタックス
'宣言
 
Sub UnlockRegion( _
   ByVal offset As System.Long, _
   ByVal numberOfBytesToLock As System.Long, _
   ByVal dwLockType As LockType _
) 
void UnlockRegion( 
   System.long offset,
   System.long numberOfBytesToLock,
   LockType dwLockType
)

パラメータ

offset
The offset.
numberOfBytesToLock
The number of bytes to lock.
dwLockType
Type of the dw lock.
参照

IStream インターフェース
IStream メンバ