Microsoft DirectX 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.

See Also