windows::Win32::UI::Shell

Trait IApplicationAssociationRegistrationUI_Impl

pub trait IApplicationAssociationRegistrationUI_Impl: IUnknownImpl {
    // Required method
    fn LaunchAdvancedAssociationUI(
        &self,
        pszappregistryname: &PCWSTR,
    ) -> Result<()>;
}

Required Methods§

fn LaunchAdvancedAssociationUI(&self, pszappregistryname: &PCWSTR) -> 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§