Uses of Class
com.jniwrapper.win32.automation.types.ExcepInfo

Packages that use ExcepInfo
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.impl The com.jniwrapper.win32.automation.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.automation package. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
com.jniwrapper.win32.com.server The com.jniwrapper.win32.com.server package contains VTBL classes for COM interfaces introduced in the com.jniwrapper.win32.com package. 
 

Uses of ExcepInfo in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation that return ExcepInfo
 ExcepInfo AutomationException.getExcepInfo()
          Deprecated. use AutomationException.getExceptionInformation()
 ExcepInfo AutomationException.getExceptionInformation()
          Returns additional information about COM exception, stored in the ExcepInfo structure.
 

Methods in com.jniwrapper.win32.automation with parameters of type ExcepInfo
 void ITypeInfo.invoke(IDispatch pvInstance, MemberID memid, UInt16 wFlags, DispParams pDispParams, Variant pVarResult, ExcepInfo pExcepInfo, UInt puArgErr)
           
 void IDispatchEx.invokeEx(DispID dispidMember, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, IServiceProvider pspCaller)
           
 void IDispatch.invoke(DispID dispidMember, IID riid, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, UInt puArgErr)
           
 

Constructors in com.jniwrapper.win32.automation with parameters of type ExcepInfo
AutomationException(ComException e, ExcepInfo excepInfo)
           
 

Uses of ExcepInfo in com.jniwrapper.win32.automation.impl
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type ExcepInfo
 void ITypeInfoImpl.invoke(IDispatch pvInstance, MemberID memid, UInt16 flags, DispParams params, Variant varResult, ExcepInfo excepInfo, UInt uArgErr)
           
 void IDispatchImpl.invoke(DispID dispIdMember, IID iid, LocaleID lcid, UInt16 wFlags, DispParams dispParams, Variant varResult, ExcepInfo excepInfo, UInt uArgErr)
           
 void IDispatchExImpl.invokeEx(DispID dispidMember, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, IServiceProvider pspCaller)
           
 

Uses of ExcepInfo in com.jniwrapper.win32.automation.types
 

Constructors in com.jniwrapper.win32.automation.types with parameters of type ExcepInfo
ExcepInfo(ExcepInfo that)
           
 

Uses of ExcepInfo in com.jniwrapper.win32.com.server
 

Methods in com.jniwrapper.win32.com.server with parameters of type ExcepInfo
 void IDispatchServer.invoke(DispID dispidMember, IID riid, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, UInt puArgErr)