Note:
- No MFC
- No ATL
- Using Visual C++
While attempting a connection between the connection point and the caller's sink, an E_NOTIMPL (0x80004001) was returned.
Illustrated below:
hresult = pConnection->Advise(
pSinkUnk,
&dwAdvise);
Question:
- How did this occur?
Regards