Trait windows::Win32::System::RealTimeCommunications::IRTCBuddy_Impl
pub trait IRTCBuddy_Impl: Sized + IRTCPresenceContact_Impl {
// Required methods
fn Status(&self) -> Result<RTC_PRESENCE_STATUS>;
fn Notes(&self) -> Result<BSTR>;
}
Required Methods§
fn Status(&self) -> Result<RTC_PRESENCE_STATUS>
fn Notes(&self) -> Result<BSTR>
Object Safety§
This trait is not object safe.