.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FBadRglpszA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFBadRglpszA\fR (MAPI32.175) .SH SYNOPSIS BOOL FBadRglpszA ( LPSTR* \fIlppszStrs\fR, ULONG \fIulCount\fR ) .SH DESCRIPTION .PP Determine if an array of strings is invalid. .SH PARAMS \fIlppszStrs\fR \fB[In]\fR Array of strings to check. .PP \fIulCount\fR \fB[In]\fR Number of strings in \fIlppszStrs\fR. .PP .SH RETURNS .PP \fBTRUE\fR, if \fIlppszStrs\fR is invalid, \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.