.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHEnableMenuItem 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHEnableMenuItem\fR (SHLWAPI.181) .SH SYNOPSIS UINT SHEnableMenuItem ( HMENU \fIhMenu\fR, UINT \fIwItemID\fR, BOOL \fIbEnable\fR ) .SH DESCRIPTION .PP Enable or disable a menu item. .SH PARAMS \fIhMenu\fR \fB[In]\fR Menu holding menu item. .PP uID \fB[In]\fR Id of menu item to enable/disable. .PP \fIbEnable\fR \fB[In]\fR Whether to enable (\fBTRUE\fR) or disable (\fBFALSE\fR) the item. .PP .SH RETURNS .PP The return code from EnableMenuItem. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.