Scroll to navigation

FBadRglpszA(3w) Wine API FBadRglpszA(3w)

NAME

FBadRglpszA (MAPI32.175)

SYNOPSIS

BOOL FBadRglpszA
(
LPSTR* lppszStrs,
ULONG ulCount
)
 

DESCRIPTION

Determine if an array of strings is invalid.
 

PARAMS

lppszStrs [In] Array of strings to check.
ulCount [In] Number of strings in lppszStrs.
 

RETURNS

TRUE, if lppszStrs is invalid, FALSE otherwise.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/mapi32/prop.c".
Debug channel "mapi".
Oct 2012 Wine API