Changeset 68 for trunk/include/helpers/prfh.h
- Timestamp:
- May 15, 2001, 6:15:18 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/prfh.h
r41 r68 48 48 #define PRFERR_KEY_EXISTS 10010 49 49 50 PSZ prfhQueryKeysForApp(HINI hIni, 51 const char *pcszApp); 50 APIRET prfhQueryKeysForApp(HINI hIni, 51 const char *pcszApp, 52 PSZ *ppszKeys); 52 53 53 54 #ifdef __XWPMEMDEBUG__ // setup.h, helpers\memdebug.c … … 104 105 VOID prfhQueryCountrySettings(PCOUNTRYSETTINGS pcs); 105 106 106 ULONGprfhCopyKey(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); 111 112 112 ULONGprfhCopyApp(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); 117 118 118 119 ULONG prfhRenameKey(HINI hini,
Note:
See TracChangeset
for help on using the changeset viewer.