SHFind_InitMenuPopup (SHELL32.149)
LPVOID SHFind_InitMenuPopup ( HMENU hMenu, HWND hWndParent, DWORD w, DWORD x )
Get the IContextMenu instance for the submenu of options displayed for the Search entry in the Classic style Start menu.
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). |
LPXXXXX pointer to struct containing a func addr at offset 8 or NULL at failure.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shell32/shlmenu.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shlmenu.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.