FBadRglpszW

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Validates all strings in an array of Unicode strings.

Header file:

Mapival.h

Implemented by:

MAPI

Called by:

Service providers

BOOL FBadRglpszW(
  LPWSTR FAR * lppszW,
  ULONG cStrings
);

Parameters

  • lppszW
    [in] Pointer to an array of null-terminated Unicode strings.

  • cStrings
    [in] Count of strings in the array pointed to by the lppszW parameter.

Return Value

  • TRUE
    One or more of the strings in the specified array are invalid.

  • FALSE
    The strings in the specified array are valid.