CMessageMap::ProcessWindowMessage

This method accesses the message map identified by dwMsgMapID in a CMessageMap-derived class. Called by the window procedure of a CContainedWindow object or of an object that is dynamically chaining to the message map.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual BOOL ProcessWindowMessage( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult,
DWORD dwMsgMapID ) = 0;