Dela via


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

Supporting IDispEventImpl

Reference

IDispEventImpl Class

IDispEventImpl::GetFuncInfoFromId

Other Resources

IDispEventImpl Members