Поделиться через


CWnd::OnQueryOpen

The framework calls this member function when the CWnd object is minimized and the user requests that the CWnd be restored to its preminimized size and position.

afx_msg BOOL OnQueryOpen( );

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

Nonzero if the icon can be opened, or 0 to prevent the icon from being opened.

Заметки

While in OnQueryOpen, CWnd should not perform any action that would cause an activation or focus change (for example, creating a dialog box).

Требования

Header: afxwin.h

См. также

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

CWnd Class

CWnd Members

Hierarchy Chart

WM_QUERYOPEN