MenuHelp(3w)

NAME

MenuHelp (COMCTL32.2)

SYNOPSIS

VOID MenuHelp
 (
  UINT      uMsg,
  WPARAM    wParam,
  LPARAM    lParam,
  HMENU     hMainMenu,
  HINSTANCE hInst,
  HWND      hwndStatus,
  UINT*     lpwIDs
 )

DESCRIPTION

Handles the setting of status bar help messages when the user selects menu items.

PARAMS

uMsg [In] message (WM_MENUSELECT) (see NOTES).

wParam [In] wParam of the message uMsg.

lParam [In] lParam of the message uMsg.

hMainMenu [In] handle to the application's main menu.

hInst [In] handle to the module that contains string resources.

hwndStatus [In] handle to the status bar window.

lpwIDs [In] pointer to an array of integers (see NOTES).

RETURNS

No return value.

NOTES

The official documentation is incomplete! This is the correct documentation:

uMsg: MenuHelp() does NOT handle WM_COMMAND messages! It only handles WM_MENUSELECT messages.

lpwIDs: (will be written ...)

IMPLEMENTATION

Defined in "commctrl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/commctrl.c".

Debug channel "commctrl".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout