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: PCWSTR,
pub lpFilePath: PCWSTR,
}Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields§
§ulFlags: u32§ulFilenameLength: u32§ulPathLength: u32§lpFileName: PCWSTR§lpFilePath: PCWSTR