다음을 통해 공유


IDispatchImpl::GetIDsOfNames

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

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

IDispatchImpl Class

Other Resources

IDispatchImpl Members