Trait windows::Win32::System::Iis::IFtpPreprocessProvider_Impl
pub trait IFtpPreprocessProvider_Impl: Sized {
// Required method
fn HandlePreprocess(
&self,
ppreprocessparameters: *const PRE_PROCESS_PARAMETERS,
) -> Result<FTP_PROCESS_STATUS>;
}
Required Methods§
fn HandlePreprocess( &self, ppreprocessparameters: *const PRE_PROCESS_PARAMETERS, ) -> Result<FTP_PROCESS_STATUS>
Object Safety§
This trait is not object safe.