IDispatchImpl::GetIDsOfNames

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

See IDispatch::GetIDsOfNames in the Win32 SDK.

Remarks

Maps a set of names to a corresponding set of dispatch identifiers.

IDispatchImpl OverviewClass Members