pub trait IMbnDeviceServiceStateEvents_Impl: Sized {
// Required method
fn OnSessionsStateChange(
&self,
interfaceid: &BSTR,
statechange: MBN_DEVICE_SERVICE_SESSIONS_STATE,
) -> Result<()>;
}
Required Methods§
fn OnSessionsStateChange( &self, interfaceid: &BSTR, statechange: MBN_DEVICE_SERVICE_SESSIONS_STATE, ) -> Result<()>
Object Safety§
This trait is not object safe.