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

Packages that use StatStg
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. 
com.jniwrapper.win32.stg.types The com.jniwrapper.win32.stg.types package contains Java wrappers for native structures and types that are commonly used in the Structured Storage API. 
 

Uses of StatStg in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg that return StatStg
 StatStg IStream.stat(StatFlag grfStatFlag)
           
 StatStg IStorage.stat(StatFlag grfStatFlag)
           
 StatStg ILockBytes.stat(StatFlag grfStatFlag)
           
 

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

Methods in com.jniwrapper.win32.stg.impl that return StatStg
 StatStg IStreamImpl.stat(StatFlag grfStatFlag)
           
 StatStg IStorageImpl.stat(StatFlag grfStatFlag)
           
 StatStg ILockBytesImpl.stat(StatFlag grfStatFlag)
           
 

Uses of StatStg in com.jniwrapper.win32.stg.types
 

Constructors in com.jniwrapper.win32.stg.types with parameters of type StatStg
StatStg(StatStg that)