windows_programming_notes.nbk: Home | Index | Next Page: WM_ASKCBFORMATNAME | Previous Page: WM_ACTIVATE


 WM_ACTIVATEAPP

The WM_ACTIVATEAPP message is sent when a window belonging to a different application than the active window is about to be activated. The message is sent to the application whose window is being activated and to the application whose window is being deactivated.

A window receives this message through its WindowProc function.

Parameters

Return Value

If an application processes this message, it should return zero.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: WM_ASKCBFORMATNAME | Previous Page: WM_ACTIVATE


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time