Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class OaIdl.TYPEATTR

  • Direct Known Subclasses:
    OaIdl.TYPEATTR.ByReference
    Enclosing interface:
    OaIdl


    @Structure.FieldOrder(value={"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 Detail

      • TYPEFLAGS_FAPPOBJECT

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

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

        public static final int TYPEFLAGS_FLICENSED
        The type is licensed.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • TYPEFLAGS_FHIDDEN

        public static final int TYPEFLAGS_FHIDDEN
        The type should not be displayed to browsers.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • TYPEFLAGS_FDUAL

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

        public static final int TYPEFLAGS_FNONEXTENSIBLE
        The interface cannot add members at run time.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • TYPEFLAGS_FAGGREGATABLE

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

        public static final int TYPEFLAGS_FREPLACEABLE
        The type is replaceable.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • TYPEFLAGS_FREVERSEBIND

        public static final int TYPEFLAGS_FREVERSEBIND
        The type has reverse binding.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • TYPEATTR

        public TYPEATTR()
      • TYPEATTR

        public TYPEATTR(Pointer pointer)
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.