Package com.sun.jna.platform.win32
Interface OaIdl
public interface OaIdl
The Interface OaIdl.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classThe Class DISPID.static classstatic classstatic classstatic classThe Class EXCEPINFO.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classImplementation of SAFEARRAY.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final OaIdl.DISPIDThe Constant DISPID_COLLECT.static final OaIdl.DISPIDThe Constant DISPID_CONSTRUCTOR.static final OaIdl.DISPIDThe Constant DISPID_DESTRUCTOR.static final OaIdl.DISPIDThe Constant DISPID_EVALUATE.static final OaIdl.DISPIDThe Constant DISPID_NEWENUM.static final OaIdl.DISPIDThe Constant DISPID_PROPERTYPUT.static final OaIdl.DISPIDThe Constant DISPID_UNKNOWN.static final OaIdl.DISPIDThe Constant DISPID_VALUE.static final intAn array that is allocated on the stack.static final intAn array of BSTRs.static final intAn array of IDispatch*.static final intAn array that is embedded in a structure.static final intAn array that may not be resized or reallocated.static final intAn array that has an IID identifying interface.static final intAn array that has a variant type.static final intAn array that contains records.static final intBits reserved for future use.static final intAn array that is statically allocated.static final intAn array of IUnknown*.static final intAn array of VARIANTs.static final OaIdl.MEMBERID
-
Field Details
-
DATE_OFFSET
static final long DATE_OFFSET -
DISPID_COLLECT
The Constant DISPID_COLLECT. -
DISPID_CONSTRUCTOR
The Constant DISPID_CONSTRUCTOR. -
DISPID_DESTRUCTOR
The Constant DISPID_DESTRUCTOR. -
DISPID_EVALUATE
The Constant DISPID_EVALUATE. -
DISPID_NEWENUM
The Constant DISPID_NEWENUM. -
DISPID_PROPERTYPUT
The Constant DISPID_PROPERTYPUT. -
DISPID_UNKNOWN
The Constant DISPID_UNKNOWN. -
DISPID_VALUE
The Constant DISPID_VALUE. -
MEMBERID_NIL
-
FADF_AUTO
static final int FADF_AUTOAn array that is allocated on the stack.- See Also:
-
FADF_STATIC
static final int FADF_STATICAn array that is statically allocated.- See Also:
-
FADF_EMBEDDED
static final int FADF_EMBEDDEDAn array that is embedded in a structure.- See Also:
-
FADF_FIXEDSIZE
static final int FADF_FIXEDSIZEAn array that may not be resized or reallocated.- See Also:
-
FADF_RECORD
static final int FADF_RECORDAn 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:
-
FADF_HAVEIID
static final int FADF_HAVEIIDAn 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:
-
FADF_HAVEVARTYPE
static final int FADF_HAVEVARTYPEAn array that has a variant type. The variant type can be retrieved with SafeArrayGetVartype.- See Also:
-
FADF_BSTR
static final int FADF_BSTRAn array of BSTRs.- See Also:
-
FADF_UNKNOWN
static final int FADF_UNKNOWNAn array of IUnknown*.- See Also:
-
FADF_DISPATCH
static final int FADF_DISPATCHAn array of IDispatch*.- See Also:
-
FADF_VARIANT
static final int FADF_VARIANTAn array of VARIANTs.- See Also:
-
FADF_RESERVED
static final int FADF_RESERVEDBits reserved for future use.- See Also:
-