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’, ‘Win32_Foundation’
Fields
reserved: u32processorArchitecture: u32version: PACKAGE_VERSIONname: PWSTRpublisher: PWSTRresourceId: PWSTRpublisherId: PWSTR