table of contents
other versions
- wheezy 1.4.1-4
| SHFind_InitMenuPopup(3w) | Wine API | SHFind_InitMenuPopup(3w) |
NAME¶
SHFind_InitMenuPopup (SHELL32.149)SYNOPSIS¶
LPVOID SHFind_InitMenuPopup(
HMENU hMenu,
HWND hWndParent,
DWORD w,
DWORD x
)
DESCRIPTION¶
Get the IContextMenu instance for the submenu of options displayed for the Search entry in the Classic style Start menu.PARAMS¶
hMenu [In] handle of menu previously created. hWndParent [In] parent window. w [In] no pointer (0x209 over here) perhaps menu IDs ???. x [In] no pointer (0x226 over here).RETURNS¶
LPXXXXX pointer to struct containing a func addr at offset 8 or NULL at failure.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/shell32/shlmenu.c". Debug channel "shell".| Oct 2012 | Wine API |