Contents Index Topic Contents | ||
Previous Topic: StrRChr Next Topic: StrSpn |
StrRStrI
LPTSTR StrRStrI( LPCTSTR lpSource, LPCTSTR lpLast, LPCTSTR lpSrch );Searches for the last occurrence of a substring within a string. The comparison is not case sensitive.
- Returns the address of the last occurrence of the string if successful, or NULL otherwise.
- lpSource
- Address of the null-terminated source string.
- lpLast
- Address of where to search from in the source string.
- lpSrch
- Address of the string to search for.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.