#[repr(C)]pub struct ACTCTXW {
pub cbSize: u32,
pub dwFlags: u32,
pub lpSource: PCWSTR,
pub wProcessorArchitecture: u16,
pub wLangId: u16,
pub lpAssemblyDirectory: PCWSTR,
pub lpResourceName: PCWSTR,
pub lpApplicationName: PCWSTR,
pub hModule: HINSTANCE,
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
, "Win32_Foundation"
Fields
cbSize: u32
dwFlags: u32
lpSource: PCWSTR
wProcessorArchitecture: u16
wLangId: u16
lpAssemblyDirectory: PCWSTR
lpResourceName: PCWSTR
lpApplicationName: PCWSTR
hModule: HINSTANCE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ACTCTXW
impl !Send for ACTCTXW
impl !Sync for ACTCTXW
impl Unpin for ACTCTXW
impl UnwindSafe for ACTCTXW
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