MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / put_Owner

Method put_Owner

Source/VideoRenderer.cpp:1105–1113  ·  view source on GitHub ↗

IVideoWindow

Source from the content-addressed store, hash-verified

1103
1104// IVideoWindow
1105STDMETHODIMP CMpcVideoRenderer::put_Owner(OAHWND Owner)
1106{
1107 if (Owner && m_hWndParent != (HWND)Owner) {
1108 m_hWndParent = (HWND)Owner;
1109 return Init(true);
1110 }
1111
1112 return S_OK;
1113}
1114
1115STDMETHODIMP CMpcVideoRenderer::get_Owner(OAHWND *Owner)
1116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected