This topic has not yet been rated - Rate this topic

CContainedWindowT::WindowProc

This static method implements the window procedure.

static LRESULT CALLBACK WindowProc( 
   HWND hWnd, 
   UINT uMsg, 
   WPARAM wParam, 
   LPARAM lParam  
);
hWnd

[in] The handle to the window.

uMsg

[in] The message sent to the window.

wParam

[in] Additional message-specific information.

lParam

[in] Additional message-specific information.

The result of the message processing.

WindowProc directs messages to the message map identified by m_dwMsgMapID. If necessary, WindowProc calls DefWindowProc for additional message processing.

Header: atlwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.