Scroll to navigation

StrRStrIA(3w) Wine API StrRStrIA(3w)

NAME

StrRStrIA (SHLWAPI.@)

SYNOPSIS

LPSTR StrRStrIA
(
LPCSTR lpszStr,
LPCSTR lpszEnd,
LPCSTR lpszSearch
)
 

DESCRIPTION

Find the last occurrence of a substring within a string.
 

PARAMS

lpszStr [In] String to search in.
lpszEnd [In] End of lpszStr.
lpszSearch [In] String to look for.
 

RETURNS

The last occurrence lpszSearch within lpszStr, or NULL if not found.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c".
Debug channel "shell".
Oct 2012 Wine API