pub unsafe extern "system" fn CredUICmdLinePromptForCredentialsW(
psztargetname: PCWSTR,
pcontext: *mut SecHandle,
dwautherror: u32,
username: PWSTR,
uluserbuffersize: u32,
pszpassword: PWSTR,
ulpasswordbuffersize: u32,
pfsave: *mut BOOL,
dwflags: CREDUI_FLAGS
) -> u32
Expand description
Required features: "Win32_Security_Credentials"
, "Win32_Foundation"