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

Packages that use StgMode
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.impl The com.jniwrapper.win32.com.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.ole.types The com.jniwrapper.win32.mshtml.types package contains Java wrappers for native structures and types that are commonly used in OLE. 
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 StgMode in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type StgMode
 void IPersistFile.load(OleStr pszFileName, StgMode dwMode)
           
 

Uses of StgMode in com.jniwrapper.win32.com.impl
 

Methods in com.jniwrapper.win32.com.impl with parameters of type StgMode
 void IPersistFileImpl.load(OleStr pszFileName, StgMode dwMode)
           
 

Uses of StgMode in com.jniwrapper.win32.ole.types
 

Methods in com.jniwrapper.win32.ole.types that return StgMode
 StgMode BindOptions.getMode()
           
 

Uses of StgMode in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg with parameters of type StgMode
static IStorage StorageFunctions.stgOpenStorage(java.lang.String pwcsName, IStorage pstgPriority, StgMode grfMode, BStr snbExclude)
           
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)
           
static IStorage StorageFunctions.stgCreateDocfile(BStr pwcsName, StgMode grfMode, Int32 reserved)
           
static IStorage StorageFunctions.stgCreateDocfileOnILockBytes(ILockBytes plkbyt, StgMode grfMode, Int32 reserved)
           
static IStorage StorageFunctions.stgOpenStorageOnILockBytes(ILockBytes plkbyt, IStorage pstgPriority, StgMode grfMode, BStr snbExclude, Int32 reserved)
           
 IStream IStorage.createStream(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStream IStorage.openStream(OleStr pwcsName, Pointer.Void reserved1, StgMode grfMode, UInt32 reserved2)
           
 IStorage IStorage.createStorage(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStorage IStorage.openStorage(OleStr pwcsName, IStorage pStgPriority, StgMode grfMode, SNB snbExclude, UInt32 reserved)
           
 void IStorage.moveElementTo(OleStr pwcsName, IStorage pstgDest, OleStr pwcsNewName, StgMode grfFlags)
           
 

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

Methods in com.jniwrapper.win32.stg.impl with parameters of type StgMode
 IStream IStorageImpl.createStream(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStream IStorageImpl.openStream(OleStr pwcsName, Pointer.Void reserved1, StgMode grfMode, UInt32 reserved2)
           
 IStorage IStorageImpl.createStorage(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStorage IStorageImpl.openStorage(OleStr pwcsName, IStorage pStgPriority, StgMode grfMode, SNB snbExclude, UInt32 reserved)
           
 void IStorageImpl.moveElementTo(OleStr pwcsName, IStorage pstgDest, OleStr pwcsNewName, StgMode grfFlags)