Changeset 372 for branches/branch-1-0/include/helpers/xprf.h
- Timestamp:
- Nov 7, 2008, 1:21:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/helpers/xprf.h
r229 r372 14 14 */ 15 15 16 /* Copyright (C) 2000 Ulrich Mller.16 /* Copyright (C) 2000-2008 Ulrich Mller. 17 17 * This file is part of the "XWorkplace helpers" source package. 18 18 * This is free software; you can redistribute it and/or modify … … 168 168 #endif 169 169 170 APIRET xprfOpenProfile( const char *pcszFilename,170 APIRET xprfOpenProfile(PCSZ pcszFilename, 171 171 PXINI *ppxini); 172 172 … … 184 184 PULONG pulBufferMax); 185 185 186 LONG xprfQueryProfileInt(PXINI pXIni, 187 PCSZ pcszApp, 188 PCSZ pcszKey, 189 LONG lDefault); 190 186 191 APIRET xprfWriteProfileData(PXINI hIni, 187 const char *pcszApp,188 const char *pcszKey,192 PCSZ pcszApp, 193 PCSZ pcszKey, 189 194 PVOID pData, 190 195 ULONG ulDataLen); 196 197 APIRET xprfWriteProfileString(PXINI pXIni, 198 PCSZ pcszApp, 199 PCSZ pcszKey, 200 PCSZ pcszString); 191 201 192 202 APIRET xprfQueryKeysForApp(PXINI hIni, 193 203 PCSZ pcszApp, 194 204 PSZ *ppszKeys); 205 206 PSZ xprfhQueryProfileData(PXINI pXIni, 207 PCSZ pcszApp, 208 PCSZ pcszKey, 209 PULONG pcbBuf); 195 210 196 211 /* ******************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.