windows_programming_notes.nbk: Home | Index | Next Page: WM_ENDSESSION | Previous Page: WM_DROPFILES


 WM_ENABLE

The WM_ENABLE message is sent when an application changes the enabled state of a window. It is sent to the window whose enabled state is changing. This message is sent before the EnableWindow function returns, but after the enabled state (WS_DISABLED style bit) of the window has changed.

A window receives this message through its WindowProc function.

Parameters

Return Value

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


windows_programming_notes.nbk: Home | Index | Next Page: WM_ENDSESSION | Previous Page: WM_DROPFILES


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