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
  • Field Details

    • guid

      public Guid.GUID guid
    • lcid

      public WinDef.LCID lcid
    • dwReserved

      public WinDef.DWORD dwReserved
    • memidConstructor

      public OaIdl.MEMBERID memidConstructor
    • memidDestructor

      public OaIdl.MEMBERID memidDestructor
    • lpstrSchema

      public WTypes.LPOLESTR lpstrSchema
    • cbSizeInstance

      public WinDef.ULONG cbSizeInstance
    • typekind

      public OaIdl.TYPEKIND typekind
    • cFuncs

      public WinDef.WORD cFuncs
    • cVars

      public WinDef.WORD cVars
    • cImplTypes

      public WinDef.WORD cImplTypes
    • cbSizeVft

      public WinDef.WORD cbSizeVft
    • cbAlignment

      public WinDef.WORD cbAlignment
    • wTypeFlags

      public WinDef.WORD wTypeFlags
    • wMajorVerNum

      public WinDef.WORD wMajorVerNum
    • wMinorVerNum

      public WinDef.WORD wMinorVerNum
    • tdescAlias

      public OaIdl.TYPEDESC tdescAlias
    • idldescType

      public OaIdl.IDLDESC idldescType
    • TYPEFLAGS_FAPPOBJECT

      public static final int TYPEFLAGS_FAPPOBJECT
      A type description that describes an Application object.
      See Also:
    • TYPEFLAGS_FCANCREATE

      public static final int TYPEFLAGS_FCANCREATE
      Instances of the type can be created by ITypeInfo::CreateInstance.
      See Also:
    • TYPEFLAGS_FLICENSED

      public static final int TYPEFLAGS_FLICENSED
      The type is licensed.
      See Also:
    • TYPEFLAGS_FPREDECLID

      public 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:
    • TYPEFLAGS_FHIDDEN

      public static final int TYPEFLAGS_FHIDDEN
      The type should not be displayed to browsers.
      See Also:
    • TYPEFLAGS_FCONTROL

      public 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:
    • TYPEFLAGS_FDUAL

      public static final int TYPEFLAGS_FDUAL
      The interface supplies both IDispatch and VTBL binding.
      See Also:
    • TYPEFLAGS_FNONEXTENSIBLE

      public static final int TYPEFLAGS_FNONEXTENSIBLE
      The interface cannot add members at run time.
      See Also:
    • TYPEFLAGS_FOLEAUTOMATION

      public 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:
    • TYPEFLAGS_FRESTRICTED

      public 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:
    • TYPEFLAGS_FAGGREGATABLE

      public static final int TYPEFLAGS_FAGGREGATABLE
      The class supports aggregation.
      See Also:
    • TYPEFLAGS_FREPLACEABLE

      public static final int TYPEFLAGS_FREPLACEABLE
      The type is replaceable.
      See Also:
    • TYPEFLAGS_FDISPATCHABLE

      public 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:
    • TYPEFLAGS_FREVERSEBIND

      public static final int TYPEFLAGS_FREVERSEBIND
      The type has reverse binding.
      See Also:
    • TYPEFLAGS_FPROXY

      public 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:
  • Constructor Details

    • TYPEATTR

      public TYPEATTR()
    • TYPEATTR

      public TYPEATTR(Pointer pointer)