Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validating userid x password
Message
De
26/02/2004 10:06:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Validating userid x password
Divers
Thread ID:
00881067
Message ID:
00881067
Vues:
42
Hi,

There is any Windows API function to validate a password for a given userid?

In other words, what I'd like to do is:
 Declare Integer ValidPassword In WinXXX String Userid, String PassWord

 cTestUserId   = "myuserid"
 cTestPassword = "mypassword"

 If ValidPassword (cTestUserId, cTestPassword)
    Messagebox ("Password is correct")
 endif
Thanks for any tips,

Fernando
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform