#[repr(C)]pub struct MFNetCredentialManagerGetParam {
pub hrOp: HRESULT,
pub fAllowLoggedOnUser: BOOL,
pub fClearTextPackage: BOOL,
pub pszUrl: PWSTR,
pub pszSite: PWSTR,
pub pszRealm: PWSTR,
pub pszPackage: PWSTR,
pub nRetries: i32,
}Expand description
Required features: ‘Win32_Media_MediaFoundation’, ‘Win32_Foundation’
Fields
hrOp: HRESULTfAllowLoggedOnUser: BOOLfClearTextPackage: BOOLpszUrl: PWSTRpszSite: PWSTRpszRealm: PWSTRpszPackage: PWSTRnRetries: i32