IDispEventImpl::GetIDsOfNames
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs, which can be used on subsequent calls to IDispatch::Invoke Method.
STDMETHOD(GetIDsOfNames)(
REFIID riid,
LPOLESTR* rgszNames,
UINT cNames,
LCID lcid,
DISPID* rgdispid
);
Remarks
See IDispatch::GetIDsOfNames Method in the Windows SDK.
Requirements
Header: atlcom.h
See Also
Reference
IDispEventImpl::GetFuncInfoFromId