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

Interface OaIdl



  • public interface OaIdl
    The Interface OaIdl.
    • Field Detail

      • DISPID_COLLECT

        static final OaIdl.DISPID DISPID_COLLECT
        The Constant DISPID_COLLECT.
      • DISPID_CONSTRUCTOR

        static final OaIdl.DISPID DISPID_CONSTRUCTOR
        The Constant DISPID_CONSTRUCTOR.
      • DISPID_DESTRUCTOR

        static final OaIdl.DISPID DISPID_DESTRUCTOR
        The Constant DISPID_DESTRUCTOR.
      • DISPID_EVALUATE

        static final OaIdl.DISPID DISPID_EVALUATE
        The Constant DISPID_EVALUATE.
      • DISPID_NEWENUM

        static final OaIdl.DISPID DISPID_NEWENUM
        The Constant DISPID_NEWENUM.
      • DISPID_PROPERTYPUT

        static final OaIdl.DISPID DISPID_PROPERTYPUT
        The Constant DISPID_PROPERTYPUT.
      • DISPID_UNKNOWN

        static final OaIdl.DISPID DISPID_UNKNOWN
        The Constant DISPID_UNKNOWN.
      • DISPID_VALUE

        static final OaIdl.DISPID DISPID_VALUE
        The Constant DISPID_VALUE.
      • FADF_AUTO

        static final int FADF_AUTO
        An array that is allocated on the stack.
        See Also:
        Constant Field Values
      • FADF_STATIC

        static final int FADF_STATIC
        An array that is statically allocated.
        See Also:
        Constant Field Values
      • FADF_EMBEDDED

        static final int FADF_EMBEDDED
        An array that is embedded in a structure.
        See Also:
        Constant Field Values
      • FADF_FIXEDSIZE

        static final int FADF_FIXEDSIZE
        An array that may not be resized or reallocated.
        See Also:
        Constant Field Values
      • FADF_RECORD

        static final int FADF_RECORD
        An array that contains records. When set, there will be a pointer to the IRecordInfo interface at negative offset 4 in the array descriptor.
        See Also:
        Constant Field Values
      • FADF_HAVEIID

        static final int FADF_HAVEIID
        An array that has an IID identifying interface. When set, there will be a GUID at negative offset 16 in the safe array descriptor. Flag is set only when FADF_DISPATCH or FADF_UNKNOWN is also set.
        See Also:
        Constant Field Values
      • FADF_HAVEVARTYPE

        static final int FADF_HAVEVARTYPE
        An array that has a variant type. The variant type can be retrieved with SafeArrayGetVartype.
        See Also:
        Constant Field Values
      • FADF_RESERVED

        static final int FADF_RESERVED
        Bits reserved for future use.
        See Also:
        Constant Field Values
JNA API 4.2.1

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