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 Classes Modifier and Type Class Description static classOaIdl.TYPEATTR.ByReference- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description WinDef.WORDcbAlignmentWinDef.ULONGcbSizeInstanceWinDef.WORDcbSizeVftWinDef.WORDcFuncsWinDef.WORDcImplTypesWinDef.WORDcVarsWinDef.DWORDdwReservedGuid.GUIDguidOaIdl.IDLDESCidldescTypeWinDef.LCIDlcidWTypes.LPOLESTRlpstrSchemaOaIdl.MEMBERIDmemidConstructorOaIdl.MEMBERIDmemidDestructorOaIdl.TYPEDESCtdescAliasstatic intTYPEFLAGS_FAGGREGATABLEThe class supports aggregation.static intTYPEFLAGS_FAPPOBJECTA type description that describes an Application object.static intTYPEFLAGS_FCANCREATEInstances of the type can be created by ITypeInfo::CreateInstance.static intTYPEFLAGS_FCONTROLThe type is a control from which other types will be derived, and should not be displayed to users.static intTYPEFLAGS_FDISPATCHABLEIndicates that the interface derives from IDispatch, either directly or indirectly.static intTYPEFLAGS_FDUALThe interface supplies both IDispatch and VTBL binding.static intTYPEFLAGS_FHIDDENThe type should not be displayed to browsers.static intTYPEFLAGS_FLICENSEDThe type is licensed.static intTYPEFLAGS_FNONEXTENSIBLEThe interface cannot add members at run time.static intTYPEFLAGS_FOLEAUTOMATIONThe types used in the interface are fully compatible with Automation, including VTBL binding support.static intTYPEFLAGS_FPREDECLIDThe type is predefined.static intTYPEFLAGS_FPROXYInterfaces can be marked with this flag to indicate that they will be using a proxy/stub dynamic link library.static intTYPEFLAGS_FREPLACEABLEThe type is replaceable.static intTYPEFLAGS_FRESTRICTEDShould not be accessible from macro languages.static intTYPEFLAGS_FREVERSEBINDThe type has reverse binding.OaIdl.TYPEKINDtypekindWinDef.WORDwMajorVerNumWinDef.WORDwMinorVerNumWinDef.WORDwTypeFlags- 
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- 
guidpublic Guid.GUID guid 
 - 
lcidpublic WinDef.LCID lcid 
 - 
dwReservedpublic WinDef.DWORD dwReserved 
 - 
memidConstructorpublic OaIdl.MEMBERID memidConstructor 
 - 
memidDestructorpublic OaIdl.MEMBERID memidDestructor 
 - 
lpstrSchemapublic WTypes.LPOLESTR lpstrSchema 
 - 
cbSizeInstancepublic WinDef.ULONG cbSizeInstance 
 - 
typekindpublic OaIdl.TYPEKIND typekind 
 - 
cFuncspublic WinDef.WORD cFuncs 
 - 
cVarspublic WinDef.WORD cVars 
 - 
cImplTypespublic WinDef.WORD cImplTypes 
 - 
cbSizeVftpublic WinDef.WORD cbSizeVft 
 - 
cbAlignmentpublic WinDef.WORD cbAlignment 
 - 
wTypeFlagspublic WinDef.WORD wTypeFlags 
 - 
wMajorVerNumpublic WinDef.WORD wMajorVerNum 
 - 
wMinorVerNumpublic WinDef.WORD wMinorVerNum 
 - 
tdescAliaspublic OaIdl.TYPEDESC tdescAlias 
 - 
idldescTypepublic OaIdl.IDLDESC idldescType 
 - 
TYPEFLAGS_FAPPOBJECTpublic static final int TYPEFLAGS_FAPPOBJECT A type description that describes an Application object.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FCANCREATEpublic static final int TYPEFLAGS_FCANCREATE Instances of the type can be created by ITypeInfo::CreateInstance.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FLICENSEDpublic static final int TYPEFLAGS_FLICENSED The type is licensed.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FPREDECLIDpublic static final int TYPEFLAGS_FPREDECLID The 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:
- Constant Field Values
 
 - 
TYPEFLAGS_FHIDDENpublic static final int TYPEFLAGS_FHIDDEN The type should not be displayed to browsers.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FCONTROLpublic static final int TYPEFLAGS_FCONTROL The type is a control from which other types will be derived, and should not be displayed to users.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FDUALpublic static final int TYPEFLAGS_FDUAL The interface supplies both IDispatch and VTBL binding.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FNONEXTENSIBLEpublic static final int TYPEFLAGS_FNONEXTENSIBLE The interface cannot add members at run time.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FOLEAUTOMATIONpublic static final int TYPEFLAGS_FOLEAUTOMATION The 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:
- Constant Field Values
 
 - 
TYPEFLAGS_FRESTRICTEDpublic static final int TYPEFLAGS_FRESTRICTED Should not be accessible from macro languages. This flag is intended for system-level types or types that type browsers should not display.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FAGGREGATABLEpublic static final int TYPEFLAGS_FAGGREGATABLE The class supports aggregation.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FREPLACEABLEpublic static final int TYPEFLAGS_FREPLACEABLE The type is replaceable.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FDISPATCHABLEpublic static final int TYPEFLAGS_FDISPATCHABLE Indicates 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:
- Constant Field Values
 
 - 
TYPEFLAGS_FREVERSEBINDpublic static final int TYPEFLAGS_FREVERSEBIND The type has reverse binding.- See Also:
- Constant Field Values
 
 - 
TYPEFLAGS_FPROXYpublic static final int TYPEFLAGS_FPROXY Interfaces 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:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TYPEATTRpublic TYPEATTR() 
 - 
TYPEATTRpublic TYPEATTR(Pointer pointer) 
 
- 
 
-