StrRStrIA (SHLWAPI.@)
LPSTR StrRStrIA ( LPCSTR lpszStr, LPCSTR lpszEnd, LPCSTR lpszSearch )
Find the last occurrence of a substring within a string.
lpszStr | [In] | String to search in. |
lpszEnd | [In] | End of lpszStr. |
lpszSearch | [In] | String to look for. |
The last occurrence lpszSearch within lpszStr, or NULL if not found.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.