public class IDispatch extends IUnknown
| Modifier and Type | Class and Description |
|---|---|
static class |
IDispatch.DISPPARAMS |
static class |
IDispatch.EXCEPINFO |
| Constructor and Description |
|---|
IDispatch() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetIDsOfNames(Pointer riid,
Pointer<Pointer<Character>> rgszNames,
int cNames,
int lcid,
Pointer<Integer> rgDispId) |
int |
GetTypeInfo(int iTInfo,
int lcid,
Pointer<Pointer<ITypeInfo>> ppTInfo) |
int |
GetTypeInfoCount(Pointer<Integer> pctinfo) |
int |
Invoke(int dispIdMember,
Pointer<Byte> riid,
int lcid,
short wFlags,
Pointer<IDispatch.DISPPARAMS> pDispParams,
Pointer<VARIANT> pVarResult,
Pointer<IDispatch.EXCEPINFO> pExcepInfo,
Pointer<Integer> puArgErr) |
AddRef, QueryInterface, QueryInterface, Release, wrapoffsetOfField, toStringclone, equalspublic IDispatch()
public int GetTypeInfoCount(Pointer<Integer> pctinfo)
public int GetTypeInfo(int iTInfo, int lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)
public int GetIDsOfNames(Pointer riid, Pointer<Pointer<Character>> rgszNames, int cNames, int lcid, Pointer<Integer> rgDispId)
Copyright © 2009-2015. All Rights Reserved.