Struct windows_sys::Win32::Storage::Packaging::Appx::PACKAGE_ID
#[repr(C, packed(4))]pub struct PACKAGE_ID {
pub reserved: u32,
pub processorArchitecture: u32,
pub version: PACKAGE_VERSION,
pub name: PWSTR,
pub publisher: PWSTR,
pub resourceId: PWSTR,
pub publisherId: PWSTR,
}Expand description
Required features: "Win32_Storage_Packaging_Appx"
Fields§
§reserved: u32§processorArchitecture: u32§version: PACKAGE_VERSION§name: PWSTR§publisher: PWSTR§resourceId: PWSTR§publisherId: PWSTR