pub trait IAppxEncryptedPackageWriter2_Impl: Sized {
    // Required method
    fn AddPayloadFilesEncrypted(
        &self,
        filecount: u32,
        payloadfiles: *const APPX_PACKAGE_WRITER_PAYLOAD_STREAM,
        memorylimit: u64,
    ) -> Result<()>;
}

Required Methods§

fn AddPayloadFilesEncrypted( &self, filecount: u32, payloadfiles: *const APPX_PACKAGE_WRITER_PAYLOAD_STREAM, memorylimit: u64, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§