Struct windows_sys::Win32::System::ApplicationInstallationAndServicing::ACTIVATION_CONTEXT_DETAILED_INFORMATION
[−]#[repr(C)]pub struct ACTIVATION_CONTEXT_DETAILED_INFORMATION {
pub dwFlags: u32,
pub ulFormatVersion: u32,
pub ulAssemblyCount: u32,
pub ulRootManifestPathType: u32,
pub ulRootManifestPathChars: u32,
pub ulRootConfigurationPathType: u32,
pub ulRootConfigurationPathChars: u32,
pub ulAppDirPathType: u32,
pub ulAppDirPathChars: u32,
pub lpRootManifestPath: PCWSTR,
pub lpRootConfigurationPath: PCWSTR,
pub lpAppDirPath: PCWSTR,
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields
dwFlags: u32
ulFormatVersion: u32
ulAssemblyCount: u32
ulRootManifestPathType: u32
ulRootManifestPathChars: u32
ulRootConfigurationPathType: u32
ulRootConfigurationPathChars: u32
ulAppDirPathType: u32
ulAppDirPathChars: u32
lpRootManifestPath: PCWSTR
lpRootConfigurationPath: PCWSTR
lpAppDirPath: PCWSTR
Trait Implementations
impl Copy for ACTIVATION_CONTEXT_DETAILED_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl !Send for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl !Sync for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl Unpin for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl UnwindSafe for ACTIVATION_CONTEXT_DETAILED_INFORMATION
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