Function windows_sys::Win32::Security::Credentials::CredUIPromptForCredentialsW
pub unsafe extern "system" fn CredUIPromptForCredentialsW(
puiinfo: *const CREDUI_INFOW,
psztargetname: PCWSTR,
pcontext: *mut SecHandle,
dwautherror: u32,
pszusername: PWSTR,
ulusernamebuffersize: u32,
pszpassword: PWSTR,
ulpasswordbuffersize: u32,
save: *mut BOOL,
dwflags: CREDUI_FLAGS
) -> u32
Expand description
Required features: "Win32_Security_Credentials"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"