windows_programming_notes.nbk: Home | Index | Next Page: WM_INPUTLANGCHANGE | Previous Page: WM_INITMENU


 WM_INITMENUPOPUP

The WM_INITMENUPOPUP message is sent when a drop-down menu or submenu is about to become active. This allows an application to modify the menu before it is displayed, without changing the entire menu.

Syntax

    WM_INITMENUPOPUP
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

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

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: WM_INPUTLANGCHANGE | Previous Page: WM_INITMENU


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