Trait windows::Win32::System::RemoteDesktop::IWTSListener_Impl
pub trait IWTSListener_Impl: Sized {
// Required method
fn GetConfiguration(&self) -> Result<IPropertyBag>;
}
Required Methods§
fn GetConfiguration(&self) -> Result<IPropertyBag>
Object Safety§
This trait is not object safe.