Package com.sun.jna.platform.win32
Schnittstelle OaIdl
public interface OaIdl
The Interface OaIdl.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic 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 -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
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.- Siehe auch:
-
FADF_STATIC
static final int FADF_STATICAn array that is statically allocated.- Siehe auch:
-
FADF_EMBEDDED
static final int FADF_EMBEDDEDAn array that is embedded in a structure.- Siehe auch:
-
FADF_FIXEDSIZE
static final int FADF_FIXEDSIZEAn array that may not be resized or reallocated.- Siehe auch:
-
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.- Siehe auch:
-
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.- Siehe auch:
-
FADF_HAVEVARTYPE
static final int FADF_HAVEVARTYPEAn array that has a variant type. The variant type can be retrieved with SafeArrayGetVartype.- Siehe auch:
-
FADF_BSTR
static final int FADF_BSTRAn array of BSTRs.- Siehe auch:
-
FADF_UNKNOWN
static final int FADF_UNKNOWNAn array of IUnknown*.- Siehe auch:
-
FADF_DISPATCH
static final int FADF_DISPATCHAn array of IDispatch*.- Siehe auch:
-
FADF_VARIANT
static final int FADF_VARIANTAn array of VARIANTs.- Siehe auch:
-
FADF_RESERVED
static final int FADF_RESERVEDBits reserved for future use.- Siehe auch:
-