| 872 | } |
| 873 | |
| 874 | HWND CActiveXUI::GetHostWindow() const |
| 875 | { |
| 876 | return m_hwndHost; |
| 877 | } |
| 878 | |
| 879 | static void PixelToHiMetric(const SIZEL* lpSizeInPix, LPSIZEL lpSizeInHiMetric) |
| 880 | { |
nothing calls this directly
no outgoing calls
no test coverage detected