.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MenuHelp 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMenuHelp\fR (COMCTL32.2) .SH SYNOPSIS VOID MenuHelp ( UINT \fIuMsg\fR, WPARAM \fIwParam\fR, LPARAM \fIlParam\fR, HMENU \fIhMainMenu\fR, HINSTANCE \fIhInst\fR, HWND \fIhwndStatus\fR, UINT* \fIlpwIDs\fR ) .SH DESCRIPTION .PP Handles the setting of status bar help messages when the user selects menu items. .SH PARAMS \fIuMsg\fR \fB[In]\fR message (\fBWM_MENUSELECT\fR) (see \fBNOTES\fR). .PP \fIwParam\fR \fB[In]\fR \fIwParam\fR of the message \fIuMsg\fR. .PP \fIlParam\fR \fB[In]\fR \fIlParam\fR of the message \fIuMsg\fR. .PP \fIhMainMenu\fR \fB[In]\fR handle to the application's main menu. .PP \fIhInst\fR \fB[In]\fR handle to the module that contains string resources. .PP \fIhwndStatus\fR \fB[In]\fR handle to the status bar window. .PP \fIlpwIDs\fR \fB[In]\fR pointer to an array of integers (see \fBNOTES\fR). .PP .SH RETURNS .PP No return value. .SH NOTES .PP The official documentation is incomplete! This is the correct documentation: .PP \fBuMsg:\fR MenuHelp() does \fBNOT\fR handle \fBWM_COMMAND\fR messages! It only handles \fBWM_MENUSELECT\fR messages. .PP \fBlpwIDs:\fR (will be written \fB...\fR) .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.