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


CWnd::ContinueModal

This member function is called by RunModalLoop to determine when the modal state should be exited.

virtual BOOL ContinueModal( );

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

Nonzero if modal loop is to be continued; 0 when EndModalLoop is called.

Заметки

By default, it returns non-zero until EndModalLoop is called.

Требования

Header: afxwin.h

См. также

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

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::RunModalLoop

CWnd::EndModalLoop