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

Packages that use StatFlag
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 StatFlag in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg with parameters of type StatFlag
 StatStg IStream.stat(StatFlag grfStatFlag)
           
 StatStg IStorage.stat(StatFlag grfStatFlag)
           
 StatStg ILockBytes.stat(StatFlag grfStatFlag)
           
 

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

Methods in com.jniwrapper.win32.stg.impl with parameters of type StatFlag
 StatStg IStreamImpl.stat(StatFlag grfStatFlag)
           
 StatStg IStorageImpl.stat(StatFlag grfStatFlag)
           
 StatStg ILockBytesImpl.stat(StatFlag grfStatFlag)