.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrPBrkA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrPBrkA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR StrPBrkA ( LPCSTR \fIlpszStr\fR, LPCSTR \fIlpszMatch\fR ) .SH DESCRIPTION .PP Search a string for any of a group of characters. .SH PARAMS \fIlpszStr\fR \fB[In]\fR String to search. .PP \fIlpszMatch\fR \fB[In]\fR Characters to match. .PP .SH RETURNS .PP A pointer to the first matching character in \fIlpszStr\fR, or \fBNULL\fR if no match was 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.