Changeset 18 for trunk/src/helpers/stringh.c
- Timestamp:
- Jan 1, 2001, 4:30:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/stringh.c
r14 r18 1118 1118 * and, if pszCopyTo != NULL, copies the rest of the line to 1119 1119 * that buffer, of which cbCopyTo specified the size. 1120 * 1120 1121 * If the key is not found, NULL is returned. 1121 1122 * String search is done by calling strhFindKey. 1122 1123 * This is useful for querying CONFIG.SYS settings. 1123 1124 * 1124 * <B>Example:</B> this would return "YES" if you searched 1125 * for "PAUSEONERROR=", and "PAUSEONERROR=YES" existed in pszSearchIn. 1125 * <B>Example:</B> 1126 * 1127 * this would return "YES" if you searched for "PAUSEONERROR=", 1128 * and "PAUSEONERROR=YES" existed in pszSearchIn. 1126 1129 */ 1127 1130
Note:
See TracChangeset
for help on using the changeset viewer.