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

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

Methods in com.jniwrapper.win32.stg with parameters of type StgOptions
static IStorage StorageFunctions.stgCreateStorageEx(BStr pwcsName, StgMode grfMode, StgFmt stgfmt, UInt32 grfAttrs, StgOptions stgOptions, Pointer.Void reserved2, IID iid)
           
static IStorage StorageFunctions.stgOpenStorageEx(BStr pwcsName, StgMode grfMode, StgFmt stgfmt, UInt32 grfAttrs, StgOptions stgOptions, Pointer.Void reserved2, IID iid)
           
 

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

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