.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrStrA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrStrA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR StrStrA ( LPCSTR \fIlpszStr\fR, LPCSTR \fIlpszSearch\fR ) .SH DESCRIPTION .PP Find a substring within a string. .SH PARAMS \fIlpszStr\fR \fB[In]\fR String to search in. .PP \fIlpszSearch\fR \fB[In]\fR String to look for. .PP .SH RETURNS .PP The start of \fIlpszSearch\fR within \fIlpszStr\fR, or \fBNULL\fR if not found. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.