Uses of Interface
com.jniwrapper.win32.com.IErrorInfo

Packages that use IErrorInfo
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. 
 

Uses of IErrorInfo in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return IErrorInfo
static IErrorInfo ComFunctions.getErrorInfo()
          This function retrieves the error information pointer set by the previous call to SetErrorInfo in the current logical thread.
 IErrorInfo ComException.getErrorInfo()
           
 

Methods in com.jniwrapper.win32.com with parameters of type IErrorInfo
static void ComFunctions.setErrorInfo(IErrorInfo errinfo)
          Sets the error information object for the current logical thread of execution.
 

Constructors in com.jniwrapper.win32.com with parameters of type IErrorInfo
ComException(int hResult, IErrorInfo errInfo)
          Constructs a new instance with the passed error code.
 

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

Classes in com.jniwrapper.win32.com.impl that implement IErrorInfo
 class IErrorInfoImpl
          Represents COM interface IErrorInfo.