Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
413 B

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. //
  3. // credentials dialog
  4. //
  5. // 03-31-98 sburns
  6. // 10-05-00 jonn changed to CredUIGetPassword
  7. #ifndef CREDDLG_HPP_INCLUDED
  8. #define CREDDLG_HPP_INCLUDED
  9. // JonN 10/5/00 188220 use CredUIGetPassword
  10. bool RetrieveCredentials(
  11. HWND hwndParent,
  12. unsigned promptResID,
  13. String& username,
  14. String& password);
  15. #endif // CREDDLG_HPP_INCLUDED