The CheckPassword function compares a specified string to the system password.
BOOL CheckPassword(LPWSTR lpszPassword);
Header file: | Winbase.h |
Component: | Fspass |
Platforms: | H/PC |
Windows CE versions: | 1.01 and later |
Returns TRUE if lpszPassword matches the system password, else FALSE.