Trait windows::Win32::System::Com::IBlockingLock_Impl
pub trait IBlockingLock_Impl: Sized {
// Required methods
fn Lock(&self, dwtimeout: u32) -> Result<()>;
fn Unlock(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.