pub trait ITsSbPlacementNotifySink_Impl: Sized + ITsSbBaseNotifySink_Impl {
    // Required method
    fn OnQueryEnvironmentCompleted(
        &self,
        penvironment: Option<&ITsSbEnvironment>,
    ) -> Result<()>;
}

Required Methods§

fn OnQueryEnvironmentCompleted( &self, penvironment: Option<&ITsSbEnvironment>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§