#[repr(C)]pub struct ASSEMBLY_INFO {
pub cbAssemblyInfo: u32,
pub dwAssemblyFlags: u32,
pub uliAssemblySizeInKB: u64,
pub pszCurrentAssemblyPathBuf: PWSTR,
pub cchBuf: u32,
}Expand description
Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’
Fields
cbAssemblyInfo: u32dwAssemblyFlags: u32uliAssemblySizeInKB: u64pszCurrentAssemblyPathBuf: PWSTRcchBuf: u32