.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrChrA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrChrA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR StrChrA ( LPCSTR \fIlpszStr\fR, WORD \fIch\fR ) .SH DESCRIPTION .PP Find a given character in a string. .SH PARAMS \fIlpszStr\fR \fB[In]\fR String to search in. .PP \fIch\fR \fB[In]\fR Character to search for. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to the first occurrence of \fIch\fR in \fIlpszStr\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.