Share via


CWindowImpl Class Members

Methods

Create Creates a window.

CWindowImplBaseT Methods

DefWindowProc Provides default message processing.
GetWndClassInfo Returns a static instance of CWndClassInfo, which manages the window class information.
SubclassWindow Subclasses a window.
UnsubclassWindow Restores a previously subclassed window.
WindowProc Processes messages sent to the window.
GetWindowProc Returns the current window procedure.
GetCurrentMessage Returns the current message.
OnFinalMessage Called after receiving the last message (typically WM_NCDESTROY).

Data Members

m_pfnSuperWindowProc Points to the window class’s original window procedure.

CWindowImpl Overview