Uses of Class
com.jniwrapper.win32.mshtml.types.DocHostUIInfo

Packages that use DocHostUIInfo
com.jniwrapper.win32.mshtml The com.jniwrapper.win32.mshtml package contains a number of commonly used interfaces from the MSHTML library. 
com.jniwrapper.win32.mshtml.impl The com.jniwrapper.win32.mshtml.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.mshtml package. 
com.jniwrapper.win32.mshtml.types The com.jniwrapper.win32.mshtml.types package contains Java wrappers for native structures and types related to MSHTML. 
 

Uses of DocHostUIInfo in com.jniwrapper.win32.mshtml
 

Methods in com.jniwrapper.win32.mshtml with parameters of type DocHostUIInfo
 void IDocHostUIHandler2.getHostInfo(DocHostUIInfo pInfo)
           
 void IDocHostUIHandler.getHostInfo(DocHostUIInfo pInfo)
           
 

Uses of DocHostUIInfo in com.jniwrapper.win32.mshtml.impl
 

Methods in com.jniwrapper.win32.mshtml.impl with parameters of type DocHostUIInfo
 void IDocHostUIHandlerImpl.getHostInfo(DocHostUIInfo pInfo)
           
 void IDocHostUIHandler2Impl.getHostInfo(DocHostUIInfo pInfo)
           
 

Uses of DocHostUIInfo in com.jniwrapper.win32.mshtml.types
 

Constructors in com.jniwrapper.win32.mshtml.types with parameters of type DocHostUIInfo
DocHostUIInfo(DocHostUIInfo that)