.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrRChrIA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrRChrIA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR StrRChrIA ( LPCSTR \fIlpszStr\fR, LPCSTR \fIlpszEnd\fR, WORD \fIch\fR ) .SH DESCRIPTION .PP Find the last occurrence of a character in string, ignoring case. .SH PARAMS \fIlpszStr\fR \fB[In]\fR String to search in. .PP \fIlpszEnd\fR \fB[In]\fR Place to end search, or \fBNULL\fR to search until the end of \fIlpszStr\fR. .PP \fIch\fR \fB[In]\fR Character to search for. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to the last occurrence of \fIch\fR in \fIlpszStr\fR before \fIlpszEnd\fR, or \fBNULL\fR if not found. .PP \fBFailure:\fR \fBNULL\fR, if any arguments are invalid. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.