Windows2003-3790/admin/dcpromo/exe/credentialuihelpers.hpp

31 lines
567 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
// Copyright (c) 2000 Microsoft Corporation
//
// Wrappers of wincrui.h APIs
//
// 19 July 2000 sburns
#ifndef CREDENTIALUIHELPERS_HPP_INCLUDED
#define CREDENTIALUIHELPERS_HPP_INCLUDED
namespace CredUi
{
String
GetUsername(HWND credControl);
HRESULT
SetUsername(HWND credControl, const String& username);
EncryptedString
GetPassword(HWND credControl);
HRESULT
SetPassword(HWND credControl, const EncryptedString& password);
} // namespace CredUi
#endif // #ifndef CREDENTIALUIHELPERS_HPP_INCLUDED