IsBadBoundedStringPtr.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/mapi32/util.c".

Debug channel "mapi".