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: PWSTR,
pub lpRootConfigurationPath: PWSTR,
pub lpAppDirPath: PWSTR,
}Expand description
Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’
Fields
dwFlags: u32ulFormatVersion: u32ulAssemblyCount: u32ulRootManifestPathType: u32ulRootManifestPathChars: u32ulRootConfigurationPathType: u32ulRootConfigurationPathChars: u32ulAppDirPathType: u32ulAppDirPathChars: u32lpRootManifestPath: PWSTRlpRootConfigurationPath: PWSTRlpAppDirPath: PWSTR