public interface IDispatch extends IUnknown
Modifier and Type | Field and Description |
---|---|
static Guid.IID |
IID_IDISPATCH |
IID_IUNKNOWN
Modifier and Type | Method and Description |
---|---|
WinNT.HRESULT |
GetIDsOfNames(Guid.GUID.ByValue riid,
WString[] rgszNames,
int cNames,
WinDef.LCID lcid,
OaIdl.DISPIDByReference rgDispId) |
WinNT.HRESULT |
GetTypeInfo(WinDef.UINT iTInfo,
WinDef.LCID lcid,
PointerByReference ppTInfo) |
WinNT.HRESULT |
GetTypeInfoCount(WinDef.UINTByReference pctinfo) |
WinNT.HRESULT |
Invoke(OaIdl.DISPID dispIdMember,
Guid.GUID.ByValue riid,
WinDef.LCID lcid,
WinDef.WORD wFlags,
OleAuto.DISPPARAMS.ByReference pDispParams,
Variant.VARIANT.ByReference pVarResult,
OaIdl.EXCEPINFO.ByReference pExcepInfo,
IntByReference puArgErr) |
AddRef, QueryInterface, Release
static final Guid.IID IID_IDISPATCH
WinNT.HRESULT GetTypeInfoCount(WinDef.UINTByReference pctinfo)
WinNT.HRESULT GetTypeInfo(WinDef.UINT iTInfo, WinDef.LCID lcid, PointerByReference ppTInfo)
WinNT.HRESULT GetIDsOfNames(Guid.GUID.ByValue riid, WString[] rgszNames, int cNames, WinDef.LCID lcid, OaIdl.DISPIDByReference rgDispId)
WinNT.HRESULT Invoke(OaIdl.DISPID dispIdMember, Guid.GUID.ByValue riid, WinDef.LCID lcid, WinDef.WORD wFlags, OleAuto.DISPPARAMS.ByReference pDispParams, Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, IntByReference puArgErr)