|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implements the FUNCKIND structure of COM Automation.
| Field Summary | |
static java.lang.Integer |
FUNC_DISPATCH
The function can be accessed only through IDispatch. |
static java.lang.Integer |
FUNC_NONVIRTUAL
The function is accessed by static address and takes an implicit this pointer. |
static java.lang.Integer |
FUNC_PUREVIRTUAL
The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer. |
static java.lang.Integer |
FUNC_STATIC
The function is accessed by static address and does not take an implicit this pointer. |
static java.lang.Integer |
FUNC_VIRTUAL
The function is accessed the same as PUREVIRTUAL, except the function has an implementation. |
| Field Detail |
public static final java.lang.Integer FUNC_VIRTUAL
public static final java.lang.Integer FUNC_PUREVIRTUAL
public static final java.lang.Integer FUNC_NONVIRTUAL
public static final java.lang.Integer FUNC_STATIC
public static final java.lang.Integer FUNC_DISPATCH
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||