Expand Minimize
This topic has not yet been rated - Rate this topic

FBadRglpszW

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.

TRUE

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

FALSE

The strings in the specified array are valid.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.