Ignore:
Timestamp:
Aug 5, 1999, 7:18:09 PM (26 years ago)
Author:
phaller
Message:

Add: SHELL32.59 RestartDialog stub added. IE2 with URL.DLL from NT4 can load now.

File:
1 edited

Legend:

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

    r186 r421  
    1 /* $Id: unknown.cpp,v 1.4 1999-06-25 08:07:13 phaller Exp $ */
     1/* $Id: unknown.cpp,v 1.5 1999-08-05 17:18:09 phaller Exp $ */
    22
    33/*
     
    184184}
    185185
     186
     187/*****************************************************************************
     188 * Name      : DWORD RestartDialog
     189 * Purpose   :
     190 * Parameters: unknown, probably wrong
     191 * Variables :
     192 * Result    :
     193 * Remark    : SHELL32.59
     194 * Status    : UNTESTED STUB UNKNOWN
     195 *
     196 * Author    : Patrick Haller [Tue, 1998/06/15 03:00]
     197 *****************************************************************************/
     198
     199DWORD WIN32API RestartDialog(DWORD x1,
     200                             DWORD x2,
     201                             DWORD x3)
     202{
     203  dprintf(("SHELL32: RestartDialog(%08xh,%08xhz) not implemented.\n",
     204           x1,
     205           x2,
     206           x3));
     207
     208  return (0);
     209}
Note: See TracChangeset for help on using the changeset viewer.