com.jniwrapper.win32.automation.types
Class CallConv

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.automation.types.CallConv
All Implemented Interfaces:
IntegerParameter

public class CallConv
extends ComEnumeration

This enumeration contains IDs of calling conventions for member functions and corresponds to CALLCONV native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int CC_CDECL
           
static int CC_FASTCALL
           
static int CC_FPFASTCALL
           
static int CC_MACPASCAL
           
static int CC_MAX
           
static int CC_MPWCDECL
           
static int CC_MPWPASCAL
           
static int CC_MSCPASCAL
           
static int CC_PASCAL
           
static int CC_STDCALL
           
static int CC_SYSCALL
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
CallConv()
           
CallConv(IntegerParameter t)
           
CallConv(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CC_FASTCALL

public static final int CC_FASTCALL
See Also:
Constant Field Values

CC_CDECL

public static final int CC_CDECL
See Also:
Constant Field Values

CC_MSCPASCAL

public static final int CC_MSCPASCAL
See Also:
Constant Field Values

CC_PASCAL

public static final int CC_PASCAL
See Also:
Constant Field Values

CC_MACPASCAL

public static final int CC_MACPASCAL
See Also:
Constant Field Values

CC_STDCALL

public static final int CC_STDCALL
See Also:
Constant Field Values

CC_FPFASTCALL

public static final int CC_FPFASTCALL
See Also:
Constant Field Values

CC_SYSCALL

public static final int CC_SYSCALL
See Also:
Constant Field Values

CC_MPWCDECL

public static final int CC_MPWCDECL
See Also:
Constant Field Values

CC_MPWPASCAL

public static final int CC_MPWPASCAL
See Also:
Constant Field Values

CC_MAX

public static final int CC_MAX
See Also:
Constant Field Values
Constructor Detail

CallConv

public CallConv()

CallConv

public CallConv(long val)

CallConv

public CallConv(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()