| 866 | } |
| 867 | |
| 868 | LPVOID CActiveXUI::GetInterface(LPCTSTR pstrName) |
| 869 | { |
| 870 | if( _tcscmp(pstrName, DUI_CTR_ACTIVEX) == 0 ) return static_cast<CActiveXUI*>(this); |
| 871 | return CControlUI::GetInterface(pstrName); |
| 872 | } |
| 873 | |
| 874 | HWND CActiveXUI::GetHostWindow() const |
| 875 | { |
nothing calls this directly
no outgoing calls
no test coverage detected