Ignore:
Timestamp:
Aug 18, 2000, 4:01:27 AM (25 years ago)
Author:
phaller
Message:

Synchronized shell32 with wine

File:
1 edited

Legend:

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

    r1353 r4032  
    1 /* $Id: sh.cpp,v 1.10 1999-10-19 10:23:26 phaller Exp $ */
     1/* $Id: sh.cpp,v 1.11 2000-08-18 02:01:18 phaller Exp $ */
    22
    33/*
     
    322322
    323323/*****************************************************************************
    324  * Name      : HRESULT SHRegDeleteKeyW
    325  * Purpose   :
    326  * Parameters:
    327  * Variables :
    328  * Result    :
    329  * Remark    : SHELL32.512
    330  * Status    : UNTESTED STUB
    331  *
    332  * Author    : Patrick Haller [Tue, 1999/06/09 20:02]
    333  *****************************************************************************/
    334 
    335 ODINFUNCTION2(HRESULT, SHRegDeleteKeyW,
    336               HKEY,    hkey,
    337               LPWSTR,  lpszKey)
    338 {
    339   return RegDeleteKeyW(hkey,
    340                        lpszKey);
    341 }
    342 
    343 
    344 /*****************************************************************************
    345324 * Name      : HRESULT SHRegDeleteKeyA
    346325 * Purpose   :
Note: See TracChangeset for help on using the changeset viewer.