StrRChrIA (SHLWAPI.@)
LPSTR StrRChrIA ( LPCSTR lpszStr, LPCSTR lpszEnd, WORD ch )
Find the last occurrence of a character in string, ignoring case.
lpszStr | [In] | String to search in. |
lpszEnd | [In] | Place to end search, or NULL to search until the end of lpszStr. |
ch | [In] | Character to search for. |
Success: A pointer to the last occurrence of ch in lpszStr before lpszEnd, or NULL if not found.
Failure: NULL, if any arguments are invalid.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.