#[repr(C)]pub struct AMSI_UAC_REQUEST_EXE_INFO {
pub ulLength: u32,
pub lpwszApplicationName: PWSTR,
pub lpwszCommandLine: PWSTR,
pub lpwszDLLParameter: PWSTR,
}
Expand description
Required features: "Win32_System_Antimalware"
Fields
ulLength: u32
lpwszApplicationName: PWSTR
lpwszCommandLine: PWSTR
lpwszDLLParameter: PWSTR
Trait Implementations
impl Clone for AMSI_UAC_REQUEST_EXE_INFO
impl Clone for AMSI_UAC_REQUEST_EXE_INFO
impl Copy for AMSI_UAC_REQUEST_EXE_INFO
Auto Trait Implementations
impl RefUnwindSafe for AMSI_UAC_REQUEST_EXE_INFO
impl !Send for AMSI_UAC_REQUEST_EXE_INFO
impl !Sync for AMSI_UAC_REQUEST_EXE_INFO
impl Unpin for AMSI_UAC_REQUEST_EXE_INFO
impl UnwindSafe for AMSI_UAC_REQUEST_EXE_INFO
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