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