Scroll to navigation

IsBadBoundedStringPtr(3w) Wine API IsBadBoundedStringPtr(3w)

NAME

IsBadBoundedStringPtr (MAPI32.71)

SYNOPSIS

BOOL IsBadBoundedStringPtr
(
LPCSTR lpszStr,
ULONG ulLen
)
 

DESCRIPTION

Determine if a string pointer is valid.
 

PARAMS

lpszStr [In] String to check.
ulLen [In] Maximum length of lpszStr.
 

RETURNS

TRUE, if lpszStr is invalid or longer than ulLen, FALSE, otherwise.
 

IMPLEMENTATION

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