com.jniwrapper.win32.automation.types
Interface ParamFlags


public interface ParamFlags

The ParamFlags class corresponds to PARAMFLAG native constants.

See Also:
Microsoft Automation SDK documentation

Field Summary
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
           
 

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