table of contents
other versions
- wheezy 1.4.1-4
SHRemoveAllSubMenus(3w) | Wine API | SHRemoveAllSubMenus(3w) |
NAME¶
SHRemoveAllSubMenus (SHLWAPI.180)SYNOPSIS¶
DWORD SHRemoveAllSubMenus(
HMENU hMenu
)
DESCRIPTION¶
Remove all sub-menus from a menu.PARAMS¶
hMenu [In] Menu to remove sub-menus from.RETURNS¶
Success: 0. All sub-menus under hMenu are removed Failure: -1, if any parameter is invalidIMPLEMENTATION¶
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function. Implemented in "dlls/shlwapi/ordinal.c". Debug channel "shell".Oct 2012 | Wine API |