CBaseControlWindow::GetOwnerWindow

 
Microsoft DirectShow 9.0

CBaseControlWindow::GetOwnerWindow

The GetOwnerWindow method retrieves the owning window handle, m_hwndOwner.

Syntax

  HWND GetOwnerWindow(void);

Return Value

Returns an internal method to return the owner window.

Remarks

Retrieves the owning window without calling the interface method. Use this member function instead of CBaseControlWindow::get_Owner, unless you are calling this externally through the IVideoWindow::get_Owner method.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also