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

MNLS_IsBadStringPtrW

Office 2010

Verifies that a pointer to a wide string is valid.

BOOL MNLS_IsBadStringPtrW(
  LPCWSTR lpsz, 
  UINT ucchMax);

Parameters

lpsz

[in] A pointer to the wide character string.

ucchMax

[in] The maximum length of the string in characters including terminator.

Returns a Boolean that is true if the string is bad.

This function wraps IsBadStringPtr. For more information, see IsBadStringPtr.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.