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.

STDMETHOD(GetIDsOfNames)(
   REFIID riid,
   LPOLESTR* rgszNames,
   UINT cNames,
   LCID lcid,
   DISPID* rgdispid 
);

Remarks

See IDispatch::GetIDsOfNames in the Windows SDK.

Requirements

Header: atlcom.h

See Also

Concepts

IDispEventImpl Class

IDispEventImpl Members

IDispEventImpl::GetFuncInfoFromId

Supporting IDispEventImpl