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

Required Methods§

fn LaunchAdvancedAssociationUI(&self, pszappregistryname: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§