| 247 | STDMETHODIMP get_MessageDrain(OAHWND* Drain); |
| 248 | STDMETHODIMP get_BorderColor(long *Color) { return E_NOTIMPL; } |
| 249 | STDMETHODIMP put_BorderColor(long Color) { return E_NOTIMPL; } |
| 250 | STDMETHODIMP get_FullScreenMode(long *FullScreenMode) { return E_NOTIMPL; } |
| 251 | STDMETHODIMP put_FullScreenMode(long FullScreenMode) { return E_NOTIMPL; } |
| 252 | STDMETHODIMP SetWindowForeground(long Focus) { return E_NOTIMPL; } |
nothing calls this directly
no outgoing calls
no test coverage detected