Location: Symbol Reference > Functions > JwHasAccountPassword Function
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
JwHasAccountPassword Function
Pascal
function JwHasAccountPassword(const UserName: TJwString; const ComputerDomainName: TJwString = ''): Boolean;
Parameters 
Description 
const UserName: TJwString 
defines the user account that is checked for an empty password  
const ComputerDomainName: TJwString = '' 
defines the computer or domain name that is used for the user account. WARNING: This parameter was not tested!  

JwHasAccountPassword returns true if the password is empty; otherwise false. It also returns false if an error has occoured. 

origin: Assarbad converted from C by Christian Wimmer

do testing! !JwHasAccountPassword checks whether a given account on a given computer or domain has an empty password. 

This function does not raise exceptions! 

 

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!