FBadRglpszW
The FBadRglpszW function validates all strings in an array of Unicode strings.
Note This function may not be supported in future versions of MAPI.
Quick Info
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 Values
- TRUE
- One or more of the strings in the specified array are invalid.
- FALSE
- The strings in the specified array are valid.
See Also
Structure Validation Functions