|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cinvoke.CInvoke.CC
An enumeration of values representing different calling conventions.
| Field Summary | |
static int |
CDECL
The cdecl calling convention is the most common convention on x86. |
static int |
DEFAULT
The default calling convention on the current platform. |
static int |
FASTCALL
The fastcall convention is rarely used under Microsoft Windows. |
static int |
STDCALL
The stdcall convention is used by the Microsoft Windows API. |
| Constructor Summary | |
CInvoke.CC()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEFAULT
public static final int CDECL
public static final int STDCALL
public static final int FASTCALL
| Constructor Detail |
public CInvoke.CC()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||