.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGetMenuFromID 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGetMenuFromID\fR (SHLWAPI.192) .SH SYNOPSIS HMENU SHGetMenuFromID ( HMENU \fIhMenu\fR, UINT \fIuID\fR ) .SH DESCRIPTION .PP Get a sub-menu from a menu item. .SH PARAMS \fIhMenu\fR \fB[In]\fR Menu to get sub-menu from. .PP \fIuID\fR \fB[In]\fR Id of menu item containing sub-menu. .PP .SH RETURNS .PP The sub-menu of the item, or a \fBNULL\fR handle if any parameters are invalid. .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.