com.jniwrapper.win32.automation.types
Class ExcepInfo

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.win32.automation.types.ExcepInfo
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter

public class ExcepInfo
extends Structure

This structure contains information about exception in IDispatch::Invoke and corresponds to EXCEPINFO native structure.

See Also:
Microsoft Automation SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
ExcepInfo()
           
ExcepInfo(ExcepInfo that)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getBstrDescription()
           
 java.lang.String getBstrHelpFile()
           
 java.lang.String getBstrSource()
           
 long getDwHelpContext()
           
 Pointer.Void getPfnDeferredFillIn()
           
 Unused getPvReserved()
           
 SCode getScode()
           
 int getWCode()
           
 void setBstrDescription(java.lang.String value)
           
 void setBstrHelpFile(java.lang.String value)
           
 void setBstrSource(java.lang.String value)
           
 void setDwHelpContext(long value)
           
 void setWCode(int value)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcepInfo

public ExcepInfo()

ExcepInfo

public ExcepInfo(ExcepInfo that)
Method Detail

getWCode

public int getWCode()

setWCode

public void setWCode(int value)

getBstrSource

public java.lang.String getBstrSource()

setBstrSource

public void setBstrSource(java.lang.String value)

getBstrDescription

public java.lang.String getBstrDescription()

setBstrDescription

public void setBstrDescription(java.lang.String value)

getBstrHelpFile

public java.lang.String getBstrHelpFile()

setBstrHelpFile

public void setBstrHelpFile(java.lang.String value)

getDwHelpContext

public long getDwHelpContext()

setDwHelpContext

public void setDwHelpContext(long value)

getPvReserved

public Unused getPvReserved()

getPfnDeferredFillIn

public Pointer.Void getPfnDeferredFillIn()

getScode

public SCode getScode()

clone

public java.lang.Object clone()