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
473 B
22 lines
473 B
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// credentials dialog
|
|
//
|
|
// 03-31-98 sburns
|
|
// 10-05-00 jonn changed to CredUIGetPassword
|
|
|
|
|
|
|
|
#ifndef CREDDLG_HPP_INCLUDED
|
|
#define CREDDLG_HPP_INCLUDED
|
|
|
|
|
|
// JonN 10/5/00 188220 use CredUIGetPassword
|
|
bool RetrieveCredentials(
|
|
HWND hwndParent,
|
|
unsigned promptResID,
|
|
String& username,
|
|
EncryptedString& password);
|
|
|
|
|
|
#endif // CREDDLG_HPP_INCLUDED
|