windows::Win32::UI::Shell

Trait IPublishingWizard_Impl

pub trait IPublishingWizard_Impl: IWizardExtension_Impl {
    // Required methods
    fn Initialize(
        &self,
        pdo: Ref<'_, IDataObject>,
        dwoptions: u32,
        pszservicescope: &PCWSTR,
    ) -> Result<()>;
    fn GetTransferManifest(
        &self,
        phrfromtransfer: *mut HRESULT,
        pdocmanifest: OutRef<'_, IXMLDOMDocument>,
    ) -> Result<()>;
}

Required Methods§

fn Initialize( &self, pdo: Ref<'_, IDataObject>, dwoptions: u32, pszservicescope: &PCWSTR, ) -> Result<()>

fn GetTransferManifest( &self, phrfromtransfer: *mut HRESULT, pdocmanifest: OutRef<'_, IXMLDOMDocument>, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§