Struct windows_sys::Win32::System::ApplicationInstallationAndServicing::ASSEMBLY_FILE_DETAILED_INFORMATION
[−]#[repr(C)]pub struct ASSEMBLY_FILE_DETAILED_INFORMATION {
pub ulFlags: u32,
pub ulFilenameLength: u32,
pub ulPathLength: u32,
pub lpFileName: PWSTR,
pub lpFilePath: PWSTR,
}Expand description
Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’
Fields
ulFlags: u32ulFilenameLength: u32ulPathLength: u32lpFileName: PWSTRlpFilePath: PWSTR