CWnd::EndModalLoop

Terminates a call to RunModalLoop.

virtual void EndModalLoop(
   int nResult 
);

Параметры

  • nResult
    Contains the value to be returned to the caller of RunModalLoop.

Заметки

The nResult parameter is propagated to the return value from RunModalLoop.

Требования

Header: afxwin.h

См. также

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

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::RunModalLoop

CWnd::ContinueModal