Trait windows::Win32::System::Com::IForegroundTransfer_Impl
pub trait IForegroundTransfer_Impl: Sized {
// Required method
fn AllowForegroundTransfer(&self, lpvreserved: *const c_void) -> Result<()>;
}
Required Methods§
fn AllowForegroundTransfer(&self, lpvreserved: *const c_void) -> Result<()>
Object Safety§
This trait is not object safe.