Ignore:
Timestamp:
Aug 6, 1999, 1:19:56 AM (26 years ago)
Author:
phaller
Message:

Add: few more stubs added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/unknown.cpp

    r421 r429  
    1 /* $Id: unknown.cpp,v 1.5 1999-08-05 17:18:09 phaller Exp $ */
     1/* $Id: unknown.cpp,v 1.6 1999-08-05 23:19:56 phaller Exp $ */
    22
    33/*
     
    201201                             DWORD x3)
    202202{
    203   dprintf(("SHELL32: RestartDialog(%08xh,%08xhz) not implemented.\n",
     203  dprintf(("SHELL32: RestartDialog(%08xh,%08xh,%08xh) not implemented.\n",
    204204           x1,
    205205           x2,
     
    208208  return (0);
    209209}
     210
     211
     212/*****************************************************************************
     213 * Name      : DWORD SheConvertPathW
     214 * Purpose   :
     215 * Parameters: unknown, probably wrong
     216 * Variables :
     217 * Result    :
     218 * Remark    : SHELL32.275
     219 * Status    : UNTESTED STUB UNKNOWN
     220 *
     221 * Author    : Patrick Haller [Tue, 1998/06/15 03:00]
     222 *****************************************************************************/
     223
     224DWORD WIN32API SheConvertPathW(DWORD x1,
     225                               DWORD x2)
     226{
     227  dprintf(("SHELL32: SheConvertPathW(%08xh,%08xh) not implemented.\n",
     228           x1,
     229           x2));
     230
     231  return (0);
     232}
     233
     234
     235/*****************************************************************************
     236 * Name      : DWORD SheShortenPathW
     237 * Purpose   :
     238 * Parameters: unknown, probably wrong
     239 * Variables :
     240 * Result    :
     241 * Remark    : SHELL32.287
     242 * Status    : UNTESTED STUB UNKNOWN
     243 *
     244 * Author    : Patrick Haller [Tue, 1998/06/15 03:00]
     245 *****************************************************************************/
     246
     247DWORD WIN32API SheShortenPathW(DWORD x1,
     248                               DWORD x2)
     249{
     250  dprintf(("SHELL32: SheShortenPathW(%08xh,%08xh) not implemented.\n",
     251           x1,
     252           x2));
     253
     254  return (0);
     255}
     256
     257
     258/*****************************************************************************
     259 * Name      : DWORD SheShortenPathA
     260 * Purpose   :
     261 * Parameters: unknown, probably wrong
     262 * Variables :
     263 * Result    :
     264 * Remark    : SHELL32.286
     265 * Status    : UNTESTED STUB UNKNOWN
     266 *
     267 * Author    : Patrick Haller [Tue, 1998/06/15 03:00]
     268 *****************************************************************************/
     269
     270DWORD WIN32API SheShortenPathA(DWORD x1,
     271                               DWORD x2)
     272{
     273  dprintf(("SHELL32: SheShortenPathA(%08xh,%08xh) not implemented.\n",
     274           x1,
     275           x2));
     276
     277  return (0);
     278}
Note: See TracChangeset for help on using the changeset viewer.