windows::Win32::Storage::FileServerResourceManager

Trait IFsrmAccessDeniedRemediationClient_Impl

pub trait IFsrmAccessDeniedRemediationClient_Impl: 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>

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§