Desktop Functions: Smart Device Functions:
|
Search Results for "CredUIPromptForCredentials" in [All]Structures1: CREDUI_INFO
These are no longer needed as CredUIPromptForCredentials has been modified to remove the explicit Unicode version. creduiThe CredUIConfirmCredentials function is called after CredUIPromptForCredentials or CredUICmdLinePromptForCredentials, to confirm the validity of the credential harvested.
private static extern CredUIReturnCodes CredUIPromptForCredentialsW(ref CREDUI_INFO creditUR,
Declare Function CredUIPromptForCredentialsW Lib "credui.dll" (byref creditUR AS CREDUI_INFO, _
CredUIReturnCodes result = CredUIPromptForCredentialsW(
private static extern CredUIReturnCodes CredUIPromptForCredentialsW(ref CREDUI_INFO creditUR,
Declare Function CredUIPromptForCredentialsW Lib "credui.dll" (byref creditUR AS CREDUI_INFO, _
CredUIReturnCodes result = CredUIPromptForCredentialsW(
''' NOTE: Windows Vista or Server 2008 or later ONLY. For older Windows versions use CredUIPromptForCredentials(). |