Changeset 3243 for trunk/src/shell32/shlmenu.cpp
- Timestamp:
- Mar 26, 2000, 6:34:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shlmenu.cpp
r1558 r3243 1 /* $Id: shlmenu.cpp,v 1. 4 1999-11-02 20:38:47 phallerExp $ */1 /* $Id: shlmenu.cpp,v 1.5 2000-03-26 16:34:53 cbratschi Exp $ */ 2 2 3 3 /* … … 11 11 * Many of this functions are in SHLWAPI.DLL also 12 12 * 13 * Corel WINE 20000324 level 13 14 */ 14 15 … … 251 252 * FileMenu_Create [SHELL32.114] 252 253 * 254 * NOTES 255 * for non-root menus values are 256 * (ffffffff,00000000,00000000,00000000,00000000) 253 257 */ 254 258 ODINFUNCTION5(HMENU, FileMenu_Create, … … 427 431 * FileMenu_ReplaceUsingPidl [SHELL32.113] 428 432 * 433 * FIXME: the static items are deleted but wont be refreshed 429 434 */ 430 435 ODINFUNCTION5(int, FileMenu_ReplaceUsingPidl, … … 805 810 806 811 /************************************************************************* 807 * SHFind_InitMenuPopup 812 * SHFind_InitMenuPopup [SHELL32.149] 808 813 * 809 814 * 810 815 * PARAMETERS 811 * hMenu [in] handel of menu previously created 812 * hWndParent [in] parent window 813 * w [in] no pointer 814 * x [in] no pointer 816 * hMenu [in] handle of menu previously created 817 * hWndParent [in] parent window 818 * w [in] no pointer (0x209 over here) perhaps menu IDs ??? 819 * x [in] no pointer (0x226 over here) 820 * 821 * RETURNS 822 * LPXXXXX pointer to struct containing a func addr at offset 8 823 * or NULL at failure. 815 824 */ 816 825 ODINFUNCTION4(HRESULT, SHFind_InitMenuPopup, … … 821 830 { FIXME("hmenu=0x%08x hwnd=0x%08x 0x%08lx 0x%08lx stub\n", 822 831 hMenu,hWndParent,w,x); 823 return TRUE;832 return NULL; /* this is supposed to be a pointer */ 824 833 } 825 834
Note:
See TracChangeset
for help on using the changeset viewer.