#[repr(C)]pub struct MFP_ACQUIRE_USER_CREDENTIAL_EVENT {
pub header: MFP_EVENT_HEADER,
pub dwUserData: usize,
pub fProceedWithAuthentication: BOOL,
pub hrAuthenticationStatus: HRESULT,
pub pwszURL: PCWSTR,
pub pwszSite: PCWSTR,
pub pwszRealm: PCWSTR,
pub pwszPackage: PCWSTR,
pub nRetries: i32,
pub flags: u32,
pub pCredential: IMFNetCredential,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
, "Win32_UI_Shell_PropertiesSystem"
Fields
header: MFP_EVENT_HEADER
dwUserData: usize
fProceedWithAuthentication: BOOL
hrAuthenticationStatus: HRESULT
pwszURL: PCWSTR
pwszSite: PCWSTR
pwszRealm: PCWSTR
pwszPackage: PCWSTR
nRetries: i32
flags: u32
pCredential: IMFNetCredential
Trait Implementations
impl Clone for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl Clone for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl Copy for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
Auto Trait Implementations
impl RefUnwindSafe for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl !Send for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl !Sync for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl Unpin for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
impl UnwindSafe for MFP_ACQUIRE_USER_CREDENTIAL_EVENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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