Changeset 23 for trunk/include/helpers/stringh.h
- Timestamp:
- Jan 16, 2001, 8:49:10 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/stringh.h
r21 r23 63 63 const char *pcszInsert); 64 64 65 ULONG strh rpl(PSZ *ppszBuf,66 PULONG pulOfs,67 const char *pcszSearch,68 const char *pcszReplace);65 ULONG strhFindReplace(PSZ *ppszBuf, 66 PULONG pulOfs, 67 const char *pcszSearch, 68 const char *pcszReplace); 69 69 70 70 ULONG strhWords(PSZ psz); … … 129 129 PSZ strhFindNextLine(PSZ pszSearchIn, PULONG pulOffset); 130 130 131 PSZ strhFindKey(const char *pcszSearchIn,132 const char *pcszKey,133 PBOOL pfIsAllUpperCase);134 135 PSZ strhGetParameter(const char *pcszSearchIn,136 const char *pcszKey,137 PSZ pszCopyTo,138 ULONG cbCopyTo);139 140 PSZ strhSetParameter(PSZ* ppszBuf,141 const char *pcszKey,142 PSZ pszNewParam,143 BOOL fRespectCase);144 145 BOOL strhDeleteLine(PSZ pszSearchIn, PSZ pszKey);146 147 131 BOOL strhBeautifyTitle(PSZ psz); 148 132
Note:
See TracChangeset
for help on using the changeset viewer.