The following are IDispatchEx methods.
In This Section
- IDispatchEx::DeleteMemberByDispID
Deletes a member by DISPID.
- IDispatchEx::DeleteMemberByName
Deletes a member by name.
- IDispatchEx::GetDispID
Maps a single member name to its corresponding DISPID, which can then be used on subsequent calls to IDispatchEx::InvokeEx.
- IDispatchEx::GetMemberName
Retrieves the name of a member.
- IDispatchEx::GetMemberProperties
Retrieves a member's properties.
- IDispatchEx::GetNameSpaceParent
Retrieves the interface for the namespace parent of an object.
- IDispatchEx::GetNextDispID
Enumerates the members of the object.
- IDispatchEx::InvokeEx
Provides access to properties and methods exposed by an IDispatchEx object.
Related Sections