pub trait IFsrmAccessDeniedRemediationClient_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Show(
        &self,
        parentwnd: usize,
        accesspath: &BSTR,
        errortype: AdrClientErrorType,
        flags: i32,
        windowtitle: &BSTR,
        windowmessage: &BSTR
    ) -> Result<i32>;
}

Required Methods§

fn Show( &self, parentwnd: usize, accesspath: &BSTR, errortype: AdrClientErrorType, flags: i32, windowtitle: &BSTR, windowmessage: &BSTR ) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§