IDispEventSimpleImpl::GetIDsOfNames

 

This implementation of IDispatch::GetIDsOfNames returns E_NOTIMPL.

Syntax

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

Remarks

See 6f6cf233-3481-436e-8d6a-51f93bf91619 in the Windows SDK.

Requirements

Header: atlcom.h

See Also

IDispEventSimpleImpl Class