Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Outlook 2013 | Outlook 2016
Validates all strings in an array of Unicode strings.
Info | Value |
---|---|
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.