Ignore:
Timestamp:
Mar 26, 2000, 6:34:57 PM (25 years ago)
Author:
cbratschi
Message:

merged with Corel WINE 20000324

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 phaller Exp $ */
     1/* $Id: shlmenu.cpp,v 1.5 2000-03-26 16:34:53 cbratschi Exp $ */
    22
    33/*
     
    1111 * Many of this functions are in SHLWAPI.DLL also
    1212 *
     13 * Corel WINE 20000324 level
    1314 */
    1415
     
    251252 * FileMenu_Create                                [SHELL32.114]
    252253 *
     254 * NOTES
     255 *  for non-root menus values are
     256 *  (ffffffff,00000000,00000000,00000000,00000000)
    253257 */
    254258ODINFUNCTION5(HMENU, FileMenu_Create,
     
    427431 * FileMenu_ReplaceUsingPidl                   [SHELL32.113]
    428432 *
     433 * FIXME: the static items are deleted but wont be refreshed
    429434 */
    430435ODINFUNCTION5(int, FileMenu_ReplaceUsingPidl,
     
    805810
    806811/*************************************************************************
    807  * SHFind_InitMenuPopup                           [SHELL32.149]
     812 * SHFind_InitMenuPopup                         [SHELL32.149]
    808813 *
    809814 *
    810815 * 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.
    815824 */
    816825ODINFUNCTION4(HRESULT, SHFind_InitMenuPopup,
     
    821830{  FIXME("hmenu=0x%08x hwnd=0x%08x 0x%08lx 0x%08lx stub\n",
    822831      hMenu,hWndParent,w,x);
    823    return TRUE;
     832        return NULL; /* this is supposed to be a pointer */
    824833}
    825834
Note: See TracChangeset for help on using the changeset viewer.