Udostępnij za pośrednictwem


CWindow::GetParent

Pobiera okno nadrzędne natychmiastowych.

HWND GetParent( ) const throw();

Uwagi

Zobacz GetParent w Windows SDK.

Przykład

// The following example attaches a HWND to the CWindow object
// and calls CWindow::GetParent to find out the parent
// window of the window wrapped by CWindow object.

CWindow myWindow;
myWindow.Attach(hWnd);   
HWND hWndParent = myWindow.GetParent();

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::SetParent