|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <tchar.h>
Go to the source code of this file.
Typedefs | |
| typedef BOOL(WINAPI * | VERIFYSCREENSAVEPWD) (HWND hwnd) |
| typedef VOID(WINAPI * | PWDCHANGEPASSWORD) (LPCTSTR lpcRegkeyname, HWND hwnd, UINT uiReserved1, UINT uiReserved2) |
Functions | |
| BOOL | VerifyPassword (HWND hwnd) |
| BOOL | ChangePassword (HWND hwnd) |
| typedef VOID(WINAPI * PWDCHANGEPASSWORD) (LPCTSTR lpcRegkeyname, HWND hwnd, UINT uiReserved1, UINT uiReserved2) |
Definition at line 10 of file password.c.
Definition at line 48 of file password.c.
Referenced by wWinMain().
Definition at line 12 of file password.c.
Referenced by MatrixWndProc().