shell32: Some undocumented defines and functions are now in the PSDK.
[wine] / dlls / credui / credui_main.c
2007-11-06  Alexandre JulliardMake some variables static.
2007-10-29  Lionel Debrouxcredui: Fix memory leak (found by Smatch).
2007-10-26  Rob Shearmancredui: Add a banner and message box to the dialog...
2007-10-25  Juan Langcredui: Add proper parameter names to SSO stubs, and...
2007-10-25  Rob Shearmancredui: Verify some of the parameters to CredUIPromptFo...
2007-10-25  Rob Shearmancredui: The pUIInfo parameter is optional to CredUIProm...
2007-10-25  Rob Shearmancredui: Implement CredUIConfirmCredentialsW.
2007-10-24  Juan Langcredui: Add stubs.
2007-09-17  Rob Shearmancredui: The pszUserName parameter in CredUIPromptForCre...
2007-03-05  Rob Shearmancredui: The pfSave parameter of CredUIPromptForCredenti...
2007-02-07  Francois Gougetcredui: Better match the PSDK types and fix the winapi_...
2007-02-05  Rob Shearmancredui: Fill out the username, password and domain...
2007-02-05  Rob Shearmancredui: Implement CredUIParseUserName.
2007-02-05  Rob Shearmancredui: Set the focus to the username edit control.
2007-01-23  Rob Shearmancredui: Implement CredUIPromptForCredentialsW and CredU...
2007-01-23  Rob Shearmancredui: Add stubbed out credui DLL.