bValidatePasswordChars - Solution Sites Routine
This function validates the characters in the string specified by the sPassword parameter.
Definition
Function bValidatePasswordChars(
sPassword)
Parameters
- sPassword
A string containing the password.
Return Value
A Boolean indicating whether the characters in the password are valid. True indicates they are all valid. False indicates at least one is not valid.
Defined in File
Routines Called
Called By
Copyright © 2005 Microsoft Corporation.
All rights reserved.