Class IDispatchEx
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.ole.win32.IDispatch
org.eclipse.swt.internal.ole.win32.IDispatchEx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeleteMemberByDispID(int id) intDeleteMemberByName(int bstrName, int grfdex) intGetDispID(int bstrName, int grfdex, int[] pid) intGetMemberName(int id, int[] pbstrName) intGetMemberProperties(int id, int grfdexFetch, int[] pgrfdex) intGetNameSpaceParent(int[] ppunk) intGetNextDispID(int grfdex, int id, int[] pid) intInvokeEx(int id, int lcid, int wFlags, DISPPARAMS pdp, int pvarRes, EXCEPINFO pei, int pspCaller) Methods inherited from class IDispatch
GetIDsOfNames, GetTypeInfo, GetTypeInfoCount, InvokeMethods inherited from class IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IDispatchEx
public IDispatchEx(int address)
-
-
Method Details
-
GetDispID
public int GetDispID(int bstrName, int grfdex, int[] pid) -
InvokeEx
public int InvokeEx(int id, int lcid, int wFlags, DISPPARAMS pdp, int pvarRes, EXCEPINFO pei, int pspCaller) -
DeleteMemberByName
public int DeleteMemberByName(int bstrName, int grfdex) -
DeleteMemberByDispID
public int DeleteMemberByDispID(int id) -
GetMemberProperties
public int GetMemberProperties(int id, int grfdexFetch, int[] pgrfdex) -
GetMemberName
public int GetMemberName(int id, int[] pbstrName) -
GetNextDispID
public int GetNextDispID(int grfdex, int id, int[] pid) -
GetNameSpaceParent
public int GetNameSpaceParent(int[] ppunk)
-