Uses of Class
com.jniwrapper.win32.stg.types.LockType

Packages that use LockType
com.jniwrapper.win32.stg The com.jniwrapper.win32.stg package contains a number of commonly used interfaces from the Structured Storage API. 
com.jniwrapper.win32.stg.impl The com.jniwrapper.win32.stg.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.stg package. 
 

Uses of LockType in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg with parameters of type LockType
 void IStream.lockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 void IStream.unlockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 

Uses of LockType in com.jniwrapper.win32.stg.impl
 

Methods in com.jniwrapper.win32.stg.impl with parameters of type LockType
 void IStreamImpl.lockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 void IStreamImpl.unlockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)