public class IDispatchEx extends IDispatch
Constructor and Description |
---|
IDispatchEx(int address) |
Modifier and Type | Method and Description |
---|---|
int |
DeleteMemberByDispID(int id) |
int |
DeleteMemberByName(int bstrName,
int grfdex) |
int |
GetDispID(int bstrName,
int grfdex,
int[] pid) |
int |
GetMemberName(int id,
int[] pbstrName) |
int |
GetMemberProperties(int id,
int grfdexFetch,
int[] pgrfdex) |
int |
GetNameSpaceParent(int[] ppunk) |
int |
GetNextDispID(int grfdex,
int id,
int[] pid) |
int |
InvokeEx(int id,
int lcid,
int wFlags,
DISPPARAMS pdp,
int pvarRes,
EXCEPINFO pei,
int pspCaller) |
GetIDsOfNames, GetTypeInfo, GetTypeInfoCount, Invoke
AddRef, getAddress, QueryInterface, Release
public int GetDispID(int bstrName, int grfdex, int[] pid)
public int InvokeEx(int id, int lcid, int wFlags, DISPPARAMS pdp, int pvarRes, EXCEPINFO pei, int pspCaller)
public int DeleteMemberByName(int bstrName, int grfdex)
public int DeleteMemberByDispID(int id)
public int GetMemberProperties(int id, int grfdexFetch, int[] pgrfdex)
public int GetMemberName(int id, int[] pbstrName)
public int GetNextDispID(int grfdex, int id, int[] pid)
public int GetNameSpaceParent(int[] ppunk)