|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implements the TYPEKIND structure of COM Automation
| Field Summary | |
static java.lang.Integer |
TKIND_ALIAS
A type that is an alias for another type. |
static java.lang.Integer |
TKIND_COCLASS
A set of implemented component object interfaces. |
static java.lang.Integer |
TKIND_DISPATCH
A set of methods and properties that are accessible through IDispatch::Invoke. |
static java.lang.Integer |
TKIND_ENUM
A set of enumerators. |
static java.lang.Integer |
TKIND_INTERFACE
A type that has virtual and pure functions. |
static java.lang.Integer |
TKIND_MAX
End of ENUM marker. |
static java.lang.Integer |
TKIND_MODULE
A module that can only have static functions and data (for example, a DLL). |
static java.lang.Integer |
TKIND_RECORD
A structure with no methods. |
static java.lang.Integer |
TKIND_UNION
A union, all of whose members have an offset of zero. |
| Field Detail |
public static final java.lang.Integer TKIND_ENUM
public static final java.lang.Integer TKIND_RECORD
public static final java.lang.Integer TKIND_MODULE
public static final java.lang.Integer TKIND_INTERFACE
public static final java.lang.Integer TKIND_DISPATCH
public static final java.lang.Integer TKIND_COCLASS
public static final java.lang.Integer TKIND_ALIAS
public static final java.lang.Integer TKIND_UNION
public static final java.lang.Integer TKIND_MAX
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||