Searched defs:s_hwndPassword (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DDialog.cpp315 static HWND s_hwndUserId, s_hwndPassword, s_hwndDomain = 0; local
337 s_hwndPassword = GetDlgItem(hwndDlg, IDC_WLXLOGGEDOUTSAS_PASSWORD);
338 if (!s_hwndPassword)
339 s_hwndPassword = GetDlgItem(hwndDlg, IDC_WLXLOGGEDOUTSAS_PASSWORD2);
345 s_hwndUserId, s_hwndPassword, s_hwndDomain);
351 s_hwndUserId, s_hwndPassword, s_hwndDomain,
373 s_hwndUserId, s_hwndPassword, s_hwndDomain,
398 static HWND s_hwndPassword = 0; local
417 s_hwndPassword = GetDlgItem(hwndDlg, IDC_WKSTALOCKED_PASSWORD);
418 VBoxGINAVerbose(0, "VBoxGINA::MyWlxLockedSASDlgProc: hwndPassword: %d\n", s_hwndPassword);
[all...]

Completed in 42 milliseconds