IDispEventImpl::GetIDsOfNames

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

See IDispatch::GetIDsOfNames

Remarks

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.

IDispEventImpl OverviewClass Members

See Also

IDispEventImpl::GetFuncInfoFromId, Supporting IDispEventImpl