#[repr(C)]pub struct APPX_PACKAGE_WRITER_PAYLOAD_STREAM {
pub inputStream: IStream,
pub fileName: PCWSTR,
pub contentType: PCWSTR,
pub compressionOption: APPX_COMPRESSION_OPTION,
}
Expand description
Required features: "Win32_Storage_Packaging_Appx"
, "Win32_System_Com"
Fields§
§inputStream: IStream
§fileName: PCWSTR
§contentType: PCWSTR
§compressionOption: APPX_COMPRESSION_OPTION