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

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

Methods in com.jniwrapper.win32.stg with parameters of type SNB
 IStorage IStorage.openStorage(OleStr pwcsName, IStorage pStgPriority, StgMode grfMode, SNB snbExclude, UInt32 reserved)
           
 void IStorage.copyTo(UInt32 ciidExclude, ComplexArray rgiidExclude, SNB snbExclude, IStorage pstgDest)
           
 

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

Methods in com.jniwrapper.win32.stg.impl with parameters of type SNB
 IStorage IStorageImpl.openStorage(OleStr pwcsName, IStorage pStgPriority, StgMode grfMode, SNB snbExclude, UInt32 reserved)
           
 void IStorageImpl.copyTo(UInt32 ciidExclude, ComplexArray rgiidExclude, SNB snbExclude, IStorage pstgDest)
           
 

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

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