Package com.sun.jna.platform.win32
Class OaIdl.TYPEATTR
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.OaIdl.TYPEATTR
- Direct Known Subclasses:
- OaIdl.TYPEATTR.ByReference
- Enclosing interface:
- OaIdl
@FieldOrder({"guid","lcid","dwReserved","memidConstructor","memidDestructor","lpstrSchema","cbSizeInstance","typekind","cFuncs","cVars","cImplTypes","cbSizeVft","cbAlignment","wTypeFlags","wMajorVerNum","wMinorVerNum","tdescAlias","idldescType"})
public static class OaIdl.TYPEATTR
extends Structure
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe class supports aggregation.static final intA type description that describes an Application object.static final intInstances of the type can be created by ITypeInfo::CreateInstance.static final intThe type is a control from which other types will be derived, and should not be displayed to users.static final intIndicates that the interface derives from IDispatch, either directly or indirectly.static final intThe interface supplies both IDispatch and VTBL binding.static final intThe type should not be displayed to browsers.static final intThe type is licensed.static final intThe interface cannot add members at run time.static final intThe types used in the interface are fully compatible with Automation, including VTBL binding support.static final intThe type is predefined.static final intInterfaces can be marked with this flag to indicate that they will be using a proxy/stub dynamic link library.static final intThe type is replaceable.static final intShould not be accessible from macro languages.static final intThe type has reverse binding.Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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 Details- 
guid
- 
lcid
- 
dwReserved
- 
memidConstructor
- 
memidDestructor
- 
lpstrSchema
- 
cbSizeInstance
- 
typekind
- 
cFuncs
- 
cVars
- 
cImplTypes
- 
cbSizeVft
- 
cbAlignment
- 
wTypeFlags
- 
wMajorVerNum
- 
wMinorVerNum
- 
tdescAlias
- 
idldescType
- 
TYPEFLAGS_FAPPOBJECTpublic static final int TYPEFLAGS_FAPPOBJECTA type description that describes an Application object.- See Also:
 
- 
TYPEFLAGS_FCANCREATEpublic static final int TYPEFLAGS_FCANCREATEInstances of the type can be created by ITypeInfo::CreateInstance.- See Also:
 
- 
TYPEFLAGS_FLICENSEDpublic static final int TYPEFLAGS_FLICENSEDThe type is licensed.- See Also:
 
- 
TYPEFLAGS_FPREDECLIDpublic static final int TYPEFLAGS_FPREDECLIDThe type is predefined. The client application should automatically create a single instance of the object that has this attribute. The name of the variable that points to the object is the same as the class name of the object.- See Also:
 
- 
TYPEFLAGS_FHIDDENpublic static final int TYPEFLAGS_FHIDDENThe type should not be displayed to browsers.- See Also:
 
- 
TYPEFLAGS_FCONTROLpublic static final int TYPEFLAGS_FCONTROLThe type is a control from which other types will be derived, and should not be displayed to users.- See Also:
 
- 
TYPEFLAGS_FDUALpublic static final int TYPEFLAGS_FDUALThe interface supplies both IDispatch and VTBL binding.- See Also:
 
- 
TYPEFLAGS_FNONEXTENSIBLEpublic static final int TYPEFLAGS_FNONEXTENSIBLEThe interface cannot add members at run time.- See Also:
 
- 
TYPEFLAGS_FOLEAUTOMATIONpublic static final int TYPEFLAGS_FOLEAUTOMATIONThe types used in the interface are fully compatible with Automation, including VTBL binding support. Setting dual on an interface sets this flag in addition to TYPEFLAG_FDUAL. Not allowed on dispinterfaces.- See Also:
 
- 
TYPEFLAGS_FRESTRICTEDpublic static final int TYPEFLAGS_FRESTRICTEDShould not be accessible from macro languages. This flag is intended for system-level types or types that type browsers should not display.- See Also:
 
- 
TYPEFLAGS_FAGGREGATABLEpublic static final int TYPEFLAGS_FAGGREGATABLEThe class supports aggregation.- See Also:
 
- 
TYPEFLAGS_FREPLACEABLEpublic static final int TYPEFLAGS_FREPLACEABLEThe type is replaceable.- See Also:
 
- 
TYPEFLAGS_FDISPATCHABLEpublic static final int TYPEFLAGS_FDISPATCHABLEIndicates that the interface derives from IDispatch, either directly or indirectly. This flag is computed. There is no Object Description Language for the flag.- See Also:
 
- 
TYPEFLAGS_FREVERSEBINDpublic static final int TYPEFLAGS_FREVERSEBINDThe type has reverse binding.- See Also:
 
- 
TYPEFLAGS_FPROXYpublic static final int TYPEFLAGS_FPROXYInterfaces can be marked with this flag to indicate that they will be using a proxy/stub dynamic link library. This flag specifies that the typelib proxy should not be unregistered when the typelib is unregistered.- See Also:
 
 
- 
- 
Constructor Details- 
TYPEATTRpublic TYPEATTR()
- 
TYPEATTR
 
-