| 733 | } |
| 734 | |
| 735 | STDMETHODIMP CActiveXCtrl::ParseDisplayName(IBindCtx *pbc, LPOLESTR pszDisplayName, ULONG* pchEaten, IMoniker** ppmkOut) |
| 736 | { |
| 737 | DUITRACE(_T("AX: CActiveXCtrl::ParseDisplayName")); |
| 738 | return E_NOTIMPL; |
| 739 | } |
| 740 | |
| 741 | HRESULT CActiveXCtrl::CreateActiveXWnd() |
| 742 | { |
nothing calls this directly
no outgoing calls
no test coverage detected