public class COMCallableWrapper extends IDispatch
IDispatch.DISPPARAMS, IDispatch.EXCEPINFO
Constructor and Description |
---|
COMCallableWrapper(Object instance) |
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, wrap
offsetOfField, toString
clone, equals
public COMCallableWrapper(Object instance)
public int GetIDsOfNames(Pointer riid, Pointer<Pointer<Character>> rgszNames, int cNames, int lcid, Pointer<Integer> rgDispId)
GetIDsOfNames
in class IDispatch
public 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)
public int GetTypeInfo(int iTInfo, int lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)
GetTypeInfo
in class IDispatch
public int GetTypeInfoCount(Pointer<Integer> pctinfo)
GetTypeInfoCount
in class IDispatch
Copyright © 2009-2020. All Rights Reserved.