Changeset 2836 for trunk/kLdr/kLdrDyldFind.c
- Timestamp:
- Oct 26, 2006, 5:58:53 AM (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyldFind.c
r2835 r2836 41 41 * 42 42 * @param pszName Partial or complete name, it's specific to the search method to determin which. 43 * @param psz Prefix Prefix that might be used (that's method specific).44 * @param psz Suffix Suffix that can be applied to an incomplete name.43 * @param pszDefPrefix Prefix than can be used when searching. 44 * @param pszDefSuffix Suffix than can be used when searching. 45 45 * @param enmSearch The file search method to apply. 46 46 * @param fFlags Search flags. … … 61 61 * 62 62 * @param pszName Partial or complete name, it's specific to the search method to determin which. 63 * @param psz Prefix Prefix that might be used (that's method specific).64 * @param psz Suffix Suffix that can be applied to an incomplete name.63 * @param pszDefPrefix Prefix than can be used when searching. 64 * @param pszDefSuffix Suffix than can be used when searching. 65 65 * @param enmSearch The file search method to apply. 66 66 * @param fFlags Search flags.
Note:
See TracChangeset
for help on using the changeset viewer.