Protected Members

Initialization

CreateEx Creates a Windows overlapped, pop-up, or child window and attaches it to a CWnd object.  

Operations

GetCurrentMessage Returns a pointer to the message this window is currently processing. Should only be called when in an OnMessage message handler member function.  
GetSuperWndProcAddr Accesses the original WndProc address of a subclassed window, and is used for translating Windows messages in the main message handler.  
PreTranslateMessage Used by CWinApp to filter window messages before they are dispatched to TranslateMessage and DispatchMessage.  
WindowProc Provides a window procedure for a CWnd. The default dispatches messages through the message map.  
Default Calls the default window procedure, which provides default processing for any window messages that an application does not process.  
DefWindowProc Calls the default window procedure, which provides default processing for any window messages that an application does not process.