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 Summary
Nested ClassesNested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
-
Field Details
-
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.- See Also:
-
TYPEFLAGS_FCANCREATE
public static final int TYPEFLAGS_FCANCREATEInstances of the type can be created by ITypeInfo::CreateInstance.- See Also:
-
TYPEFLAGS_FLICENSED
public static final int TYPEFLAGS_FLICENSEDThe type is licensed.- See Also:
-
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.- See Also:
-
TYPEFLAGS_FHIDDEN
public static final int TYPEFLAGS_FHIDDENThe type should not be displayed to browsers.- See Also:
-
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.- See Also:
-
TYPEFLAGS_FDUAL
public static final int TYPEFLAGS_FDUALThe interface supplies both IDispatch and VTBL binding.- See Also:
-
TYPEFLAGS_FNONEXTENSIBLE
public static final int TYPEFLAGS_FNONEXTENSIBLEThe interface cannot add members at run time.- See Also:
-
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.- See Also:
-
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.- See Also:
-
TYPEFLAGS_FAGGREGATABLE
public static final int TYPEFLAGS_FAGGREGATABLEThe class supports aggregation.- See Also:
-
TYPEFLAGS_FREPLACEABLE
public static final int TYPEFLAGS_FREPLACEABLEThe type is replaceable.- See Also:
-
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.- See Also:
-
TYPEFLAGS_FREVERSEBIND
public static final int TYPEFLAGS_FREVERSEBINDThe type has reverse binding.- See Also:
-
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.- See Also:
-
-
Constructor Details
-
TYPEATTR
public TYPEATTR() -
TYPEATTR
-