Function windows::Win32::Security::Credentials::CredUIStoreSSOCredW
pub unsafe fn CredUIStoreSSOCredW<P0, P1, P2, P3>(
pszrealm: P0,
pszusername: P1,
pszpassword: P2,
bpersist: P3,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<BOOL>,