FBadRglpszW
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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.