Package com.sun.jna.platform.win32
Interface OaIdl
public interface OaIdl
The Interface OaIdl.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
The Class DISPID.static class
static class
static class
static class
The Class EXCEPINFO.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Implementation of SAFEARRAY.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final OaIdl.DISPID
The Constant DISPID_COLLECT.static final OaIdl.DISPID
The Constant DISPID_CONSTRUCTOR.static final OaIdl.DISPID
The Constant DISPID_DESTRUCTOR.static final OaIdl.DISPID
The Constant DISPID_EVALUATE.static final OaIdl.DISPID
The Constant DISPID_NEWENUM.static final OaIdl.DISPID
The Constant DISPID_PROPERTYPUT.static final OaIdl.DISPID
The Constant DISPID_UNKNOWN.static final OaIdl.DISPID
The Constant DISPID_VALUE.static final int
An array that is allocated on the stack.static final int
An array of BSTRs.static final int
An array of IDispatch*.static final int
An array that is embedded in a structure.static final int
An array that may not be resized or reallocated.static final int
An array that has an IID identifying interface.static final int
An array that has a variant type.static final int
An array that contains records.static final int
Bits reserved for future use.static final int
An array that is statically allocated.static final int
An array of IUnknown*.static final int
An 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:
-