Struct windows_sys::Win32::System::Antimalware::AMSI_UAC_REQUEST_CONTEXT
[−]#[repr(C)]pub struct AMSI_UAC_REQUEST_CONTEXT {
pub ulLength: u32,
pub ulRequestorProcessId: u32,
pub UACTrustState: AMSI_UAC_TRUST_STATE,
pub Type: AMSI_UAC_REQUEST_TYPE,
pub RequestType: AMSI_UAC_REQUEST_CONTEXT_0,
pub bAutoElevateRequest: BOOL,
}
Expand description
Required features: "Win32_System_Antimalware"
, "Win32_Foundation"
Fields
ulLength: u32
ulRequestorProcessId: u32
UACTrustState: AMSI_UAC_TRUST_STATE
Type: AMSI_UAC_REQUEST_TYPE
RequestType: AMSI_UAC_REQUEST_CONTEXT_0
bAutoElevateRequest: BOOL
Trait Implementations
impl Clone for AMSI_UAC_REQUEST_CONTEXT
impl Clone for AMSI_UAC_REQUEST_CONTEXT
impl Copy for AMSI_UAC_REQUEST_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for AMSI_UAC_REQUEST_CONTEXT
impl !Send for AMSI_UAC_REQUEST_CONTEXT
impl !Sync for AMSI_UAC_REQUEST_CONTEXT
impl Unpin for AMSI_UAC_REQUEST_CONTEXT
impl UnwindSafe for AMSI_UAC_REQUEST_CONTEXT
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