pub trait IPrintSchemaCapabilities2_Impl: Sized + IPrintSchemaCapabilities_Impl {
    // Required method
    fn GetParameterDefinition(
        &self,
        bstrname: &BSTR,
        bstrnamespaceuri: &BSTR
    ) -> Result<IPrintSchemaParameterDefinition>;
}

Required Methods§

fn GetParameterDefinition( &self, bstrname: &BSTR, bstrnamespaceuri: &BSTR ) -> Result<IPrintSchemaParameterDefinition>

Object Safety§

This trait is not object safe.

Implementors§