Package com.sun.jna.platform.win32
Klasse OaIdl.TYPEATTR
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.OaIdl.TYPEATTR
- Bekannte direkte Unterklassen:
OaIdl.TYPEATTR.ByReference
- Umschließende Schnittstelle:
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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The class supports aggregation.static final int
A type description that describes an Application object.static final int
Instances of the type can be created by ITypeInfo::CreateInstance.static final int
The type is a control from which other types will be derived, and should not be displayed to users.static final int
Indicates that the interface derives from IDispatch, either directly or indirectly.static final int
The interface supplies both IDispatch and VTBL binding.static final int
The type should not be displayed to browsers.static final int
The type is licensed.static final int
The interface cannot add members at run time.static final int
The types used in the interface are fully compatible with Automation, including VTBL binding support.static final int
The type is predefined.static final int
Interfaces can be marked with this flag to indicate that they will be using a proxy/stub dynamic link library.static final int
The type is replaceable.static final int
Should not be accessible from macro languages.static final int
The type has reverse binding.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, 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
-
Felddetails
-
guid
-
lcid
-
dwReserved
-
memidConstructor
-
memidDestructor
-
lpstrSchema
-
cbSizeInstance
-
typekind
-
cFuncs
-
cVars
-
cImplTypes
-
cbSizeVft
-
cbAlignment
-
wTypeFlags
-
wMajorVerNum
-
wMinorVerNum
-
tdescAlias
-
idldescType
-
TYPEFLAGS_FAPPOBJECT
public static final int TYPEFLAGS_FAPPOBJECTA type description that describes an Application object.- Siehe auch:
-
TYPEFLAGS_FCANCREATE
public static final int TYPEFLAGS_FCANCREATEInstances of the type can be created by ITypeInfo::CreateInstance.- Siehe auch:
-
TYPEFLAGS_FLICENSED
public static final int TYPEFLAGS_FLICENSEDThe type is licensed.- Siehe auch:
-
TYPEFLAGS_FPREDECLID
public 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.- Siehe auch:
-
TYPEFLAGS_FHIDDEN
public static final int TYPEFLAGS_FHIDDENThe type should not be displayed to browsers.- Siehe auch:
-
TYPEFLAGS_FCONTROL
public static final int TYPEFLAGS_FCONTROLThe type is a control from which other types will be derived, and should not be displayed to users.- Siehe auch:
-
TYPEFLAGS_FDUAL
public static final int TYPEFLAGS_FDUALThe interface supplies both IDispatch and VTBL binding.- Siehe auch:
-
TYPEFLAGS_FNONEXTENSIBLE
public static final int TYPEFLAGS_FNONEXTENSIBLEThe interface cannot add members at run time.- Siehe auch:
-
TYPEFLAGS_FOLEAUTOMATION
public 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.- Siehe auch:
-
TYPEFLAGS_FRESTRICTED
public 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.- Siehe auch:
-
TYPEFLAGS_FAGGREGATABLE
public static final int TYPEFLAGS_FAGGREGATABLEThe class supports aggregation.- Siehe auch:
-
TYPEFLAGS_FREPLACEABLE
public static final int TYPEFLAGS_FREPLACEABLEThe type is replaceable.- Siehe auch:
-
TYPEFLAGS_FDISPATCHABLE
public 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.- Siehe auch:
-
TYPEFLAGS_FREVERSEBIND
public static final int TYPEFLAGS_FREVERSEBINDThe type has reverse binding.- Siehe auch:
-
TYPEFLAGS_FPROXY
public 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.- Siehe auch:
-
-
Konstruktordetails
-
TYPEATTR
public TYPEATTR() -
TYPEATTR
-