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