|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallConv
Implements the CALLCONV data type of COM Automation.
Definition from MSDN: Identifies the calling convention used by a member function.
Field Summary | |
---|---|
static java.lang.Integer |
CC_CDECL
Indicates that the Cdecl calling convention is used for a method. |
static java.lang.Integer |
CC_FASTCALL
|
static java.lang.Integer |
CC_FPFASTCALL
|
static java.lang.Integer |
CC_MACPASCAL
Indicates that the Macpascal calling convention is used for a method. |
static java.lang.Integer |
CC_MAX
Indicates the end of the CALLCONV enumeration. |
static java.lang.Integer |
CC_MPWCDECL
Indicates that the Mpwcdecl calling convention is used for a method. |
static java.lang.Integer |
CC_MPWPASCAL
Indicates that the Mpwpascal calling convention is used for a method. |
static java.lang.Integer |
CC_MSCPASCAL
Indicates that the Mscpascal calling convention is used for a method. |
static java.lang.Integer |
CC_PASCAL
Indicates that the Pascal calling convention is used for a method. |
static java.lang.Integer |
CC_STDCALL
Indicates that the Stdcall calling convention is used for a method. |
static java.lang.Integer |
CC_SYSCALL
Indicates that the Syscall calling convention is used for a method. |
Field Detail |
---|
static final java.lang.Integer CC_FASTCALL
static final java.lang.Integer CC_CDECL
static final java.lang.Integer CC_MSCPASCAL
static final java.lang.Integer CC_PASCAL
static final java.lang.Integer CC_MACPASCAL
static final java.lang.Integer CC_STDCALL
static final java.lang.Integer CC_FPFASTCALL
static final java.lang.Integer CC_SYSCALL
static final java.lang.Integer CC_MPWCDECL
static final java.lang.Integer CC_MPWPASCAL
static final java.lang.Integer CC_MAX
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |