Searched refs:credUiInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/testcase/
H A DtstCredentialProvider.cpp28 CREDUI_INFO credUiInfo; local
30 credUiInfo.pszCaptionText = TEXT("VBoxCaption");
31 credUiInfo.pszMessageText = TEXT("VBoxMessage");
32 credUiInfo.cbSize = sizeof(credUiInfo);
33 credUiInfo.hbmBanner = NULL;
34 credUiInfo.hwndParent = NULL;
36 DWORD dwErr = CredUIPromptForWindowsCredentials(&(credUiInfo), 0, &(authPackage),

Completed in 48 milliseconds