◄CWnd► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── ◄GetCurrentMessage► Returns a pointer to the message this window is currently processing. Should only be called when in an On<Message> 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. -♦-