org.jinterop.dcom.win32
Class ParamDesc

java.lang.Object
  extended by org.jinterop.dcom.win32.ParamDesc
All Implemented Interfaces:
java.io.Serializable

public final class ParamDesc
extends java.lang.Object
implements java.io.Serializable

Contains information needed for transferring a structure element, parameter, or function return value between processes

Since:
1.0
See Also:
Serialized Form

Field Summary
 JIPointer lpVarValue
           
static short PARAMFLAG_FHASCUSTDATA
           
static short PARAMFLAG_FHASDEFAULT
           
static short PARAMFLAG_FIN
           
static short PARAMFLAG_FLCID
           
static short PARAMFLAG_FOPT
           
static short PARAMFLAG_FOUT
           
static short PARAMFLAG_FRETVAL
           
static short PARAMFLAG_NONE
           
 short wPARAMFlags
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMFLAG_NONE

public static final short PARAMFLAG_NONE
See Also:
Constant Field Values

PARAMFLAG_FIN

public static final short PARAMFLAG_FIN
See Also:
Constant Field Values

PARAMFLAG_FOUT

public static final short PARAMFLAG_FOUT
See Also:
Constant Field Values

PARAMFLAG_FLCID

public static final short PARAMFLAG_FLCID
See Also:
Constant Field Values

PARAMFLAG_FRETVAL

public static final short PARAMFLAG_FRETVAL
See Also:
Constant Field Values

PARAMFLAG_FOPT

public static final short PARAMFLAG_FOPT
See Also:
Constant Field Values

PARAMFLAG_FHASDEFAULT

public static final short PARAMFLAG_FHASDEFAULT
See Also:
Constant Field Values

PARAMFLAG_FHASCUSTDATA

public static final short PARAMFLAG_FHASCUSTDATA
See Also:
Constant Field Values

lpVarValue

public final JIPointer lpVarValue

wPARAMFlags

public final short wPARAMFlags