CMessageLoop Class

class CMessageLoop: public CCreateWindowMessageLoop >

CMessageLoop represents a convenient message loop class for mixing into applications. CMessageLoop inherits from CCreateWindowMessageLoop using a template parameter provided by the application code as the window to create.

Defined in: Application.h

Class Template Arguments

WindowClass

Type of window to create during initialization.