pub trait IFtpHomeDirectoryProvider_Impl: Sized {
    // Required method
    fn GetUserHomeDirectoryData(
        &self,
        pszsessionid: &PCWSTR,
        pszsitename: &PCWSTR,
        pszusername: &PCWSTR
    ) -> Result<PWSTR>;
}

Required Methods§

fn GetUserHomeDirectoryData( &self, pszsessionid: &PCWSTR, pszsitename: &PCWSTR, pszusername: &PCWSTR ) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§