#[repr(C)]pub struct MFNetCredentialManagerGetParam {
pub hrOp: HRESULT,
pub fAllowLoggedOnUser: BOOL,
pub fClearTextPackage: BOOL,
pub pszUrl: PCWSTR,
pub pszSite: PCWSTR,
pub pszRealm: PCWSTR,
pub pszPackage: PCWSTR,
pub nRetries: i32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
hrOp: HRESULT
fAllowLoggedOnUser: BOOL
fClearTextPackage: BOOL
pszUrl: PCWSTR
pszSite: PCWSTR
pszRealm: PCWSTR
pszPackage: PCWSTR
nRetries: i32
Trait Implementations
impl Clone for MFNetCredentialManagerGetParam
impl Clone for MFNetCredentialManagerGetParam
impl Copy for MFNetCredentialManagerGetParam
Auto Trait Implementations
impl RefUnwindSafe for MFNetCredentialManagerGetParam
impl !Send for MFNetCredentialManagerGetParam
impl !Sync for MFNetCredentialManagerGetParam
impl Unpin for MFNetCredentialManagerGetParam
impl UnwindSafe for MFNetCredentialManagerGetParam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more