windows::Win32::System::ApplicationInstallationAndServicing

Trait IPMExtensionFileOpenPickerInfo_Impl

pub trait IPMExtensionFileOpenPickerInfo_Impl: IUnknownImpl {
    // Required methods
    fn get_AllFileTypes(
        &self,
        pctypes: *mut u32,
        pptypes: *mut *mut BSTR,
    ) -> Result<()>;
    fn SupportsAllFileTypes(&self) -> Result<BOOL>;
}

Required Methods§

fn get_AllFileTypes( &self, pctypes: *mut u32, pptypes: *mut *mut BSTR, ) -> Result<()>

fn SupportsAllFileTypes(&self) -> Result<BOOL>

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§