Package com.sun.jna.platform.win32
Class OaIdl.FUNCKIND
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.OaIdl.FUNCKIND
 
 
- 
- Direct Known Subclasses:
- OaIdl.FUNCKIND.ByReference
 - Enclosing interface:
- OaIdl
 
 @FieldOrder("value") public static class OaIdl.FUNCKIND extends Structure 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOaIdl.FUNCKIND.ByReference- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intFUNC_DISPATCHstatic intFUNC_NONVIRTUALstatic intFUNC_PUREVIRTUALstatic intFUNC_STATICstatic intFUNC_VIRTUALintvalue- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
FUNC_VIRTUALpublic static final int FUNC_VIRTUAL - See Also:
- Constant Field Values
 
 - 
FUNC_PUREVIRTUALpublic static final int FUNC_PUREVIRTUAL - See Also:
- Constant Field Values
 
 - 
FUNC_NONVIRTUALpublic static final int FUNC_NONVIRTUAL - See Also:
- Constant Field Values
 
 - 
FUNC_STATICpublic static final int FUNC_STATIC - See Also:
- Constant Field Values
 
 - 
FUNC_DISPATCHpublic static final int FUNC_DISPATCH - See Also:
- Constant Field Values
 
 - 
valuepublic int value 
 
- 
 
-