CWindowImpl Members

Methods

Create

Creates a window.

CWindowImplBaseT Methods

DefWindowProc

Provides default message processing.

GetCurrentMessage

Returns the current message.

GetWindowProc

Returns the current window procedure.

OnFinalMessage

Called after receiving the last message (typically WM_NCDESTROY).

SubclassWindow

Subclasses a window.

UnsubclassWindow

Restores a previously subclassed window.

Static Functions

GetWndClassInfo

Returns a static instance of CWndClassInfo, which manages the window class information.

WindowProc

Processes messages sent to the window.

Data Members

m_pfnSuperWindowProc

Points to the window class's original window procedure.

See Also

Reference

CWindowImpl Class