Share via


CWnd::ContinueModal

BOOL ContinueModal( );

Return Value

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

Remarks

This member function is called by RunModalLoop to determine when the modal state should be exited. By default, it returns non-zero until EndModalLoop is called.

CWnd OverviewClass MembersHierarchy Chart

See Also   RunModalLoop, EndModalLoop