pub trait IRDPSRAPIAttendeeDisconnectInfo_Impl: Sized + IDispatch_Impl {
// Required methods
fn Attendee(&self) -> Result<IRDPSRAPIAttendee>;
fn Reason(&self) -> Result<ATTENDEE_DISCONNECT_REASON>;
fn Code(&self) -> Result<i32>;
}
Required Methods§
fn Attendee(&self) -> Result<IRDPSRAPIAttendee>
fn Reason(&self) -> Result<ATTENDEE_DISCONNECT_REASON>
fn Code(&self) -> Result<i32>
Object Safety§
This trait is not object safe.