Trait windows::Win32::System::Com::IWaitMultiple_Impl
pub trait IWaitMultiple_Impl: Sized {
// Required methods
fn WaitMultiple(&self, timeout: u32) -> Result<ISynchronize>;
fn AddSynchronize(&self, psync: Option<&ISynchronize>) -> Result<()>;
}
Required Methods§
fn WaitMultiple(&self, timeout: u32) -> Result<ISynchronize>
fn AddSynchronize(&self, psync: Option<&ISynchronize>) -> Result<()>
Object Safety§
This trait is not object safe.