org.bridj.cpp.com
Class IDispatch
java.lang.Object
org.bridj.NativeObject
org.bridj.StructObject
org.bridj.cpp.CPPObject
org.bridj.cpp.com.IUnknown
org.bridj.cpp.com.IDispatch
- All Implemented Interfaces:
- NativeObjectInterface
- Direct Known Subclasses:
- COMCallableWrapper, IShellWindows
public class IDispatch
- extends IUnknown
- Author:
- Olivier
Method Summary |
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)
|
IDispatch
public IDispatch()
GetTypeInfoCount
public int GetTypeInfoCount(Pointer<Integer> pctinfo)
GetTypeInfo
public int GetTypeInfo(int iTInfo,
int lcid,
Pointer<Pointer<ITypeInfo>> ppTInfo)
GetIDsOfNames
public int GetIDsOfNames(Pointer riid,
Pointer<Pointer<Character>> rgszNames,
int cNames,
int lcid,
Pointer<Integer> rgDispId)
Invoke
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)
Copyright © 2009-2012. All Rights Reserved.