PDA

View Full Version : Password Checking


olsky
06-07-2001, 03:02 PM
Is there a way to launch the password applet just for checking it, from another program
on win 9x/nt/w2k

<P ID="edit"><FONT class="small">Edited by olsky on 06/07/01 11:19.</FONT></P>

RWSchlatter
06-12-2001, 06:59 PM
why not use the LogonUser API call:
http://msdn.microsoft.com/library/psdk/winbase/accclsrv_9cfm.htm (http://www.winguides.com/external.php?url=http://msdn.microsoft.com/library/psdk/winbase/accclsrv_9cfm.htm)

or check documentation at:
http://msdn.microsoft.com/library/psdk/logauth/winlogon_portal_2hb9.htm (http://www.winguides.com/external.php?url=http://msdn.microsoft.com/library/psdk/logauth/winlogon_portal_2hb9.htm)

______________
Regards - Richard