Ignore:
Timestamp:
May 15, 2001, 6:15:18 PM (24 years ago)
Author:
umoeller
Message:

Lotsa fixes from the last two weeks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/prfh.h

    r41 r68  
    4848    #define PRFERR_KEY_EXISTS   10010
    4949
    50     PSZ prfhQueryKeysForApp(HINI hIni,
    51                             const char *pcszApp);
     50    APIRET prfhQueryKeysForApp(HINI hIni,
     51                               const char *pcszApp,
     52                               PSZ *ppszKeys);
    5253
    5354    #ifdef __XWPMEMDEBUG__ // setup.h, helpers\memdebug.c
     
    104105    VOID prfhQueryCountrySettings(PCOUNTRYSETTINGS pcs);
    105106
    106     ULONG prfhCopyKey(HINI hiniSource,
    107                       const char *pcszSourceApp,
    108                       const char *pcszKey,
    109                       HINI hiniTarget,
    110                       const char *pcszTargetApp);
     107    APIRET prfhCopyKey(HINI hiniSource,
     108                       const char *pcszSourceApp,
     109                       const char *pcszKey,
     110                       HINI hiniTarget,
     111                       const char *pcszTargetApp);
    111112
    112     ULONG prfhCopyApp(HINI hiniSource,
    113                       const char *pcszSourceApp,
    114                       HINI hiniTarget,
    115                       const char *pcszTargetApp,
    116                       PSZ pszErrorKey);
     113    APIRET prfhCopyApp(HINI hiniSource,
     114                       const char *pcszSourceApp,
     115                       HINI hiniTarget,
     116                       const char *pcszTargetApp,
     117                       PSZ pszErrorKey);
    117118
    118119    ULONG prfhRenameKey(HINI hini,
Note: See TracChangeset for help on using the changeset viewer.