CDC::GetWindow

Returns the window associated with the display device context.

CWnd* GetWindow( ) const;

Возвращаемое значение

Pointer to a CWnd object if successful; otherwise NULL.

Заметки

This is an advanced function. For example, this member function may not return the view window when printing or in print preview. It always returns the window associated with output. Output functions that use the given DC draw into this window.

Требования

Header: afxwin.h

См. также

Основные понятия

CDC Class

CDC Members

Hierarchy Chart

CWnd::GetDC

CWnd::GetWindowDC

GetWindow