pub trait IRemoteDebugInfoEvent110_Impl: Sized {
// Required method
fn GetEventInfo(
&self,
pmessagetype: *mut DEBUG_EVENT_INFO_TYPE,
pbstrmessage: *mut BSTR,
pbstrurl: *mut BSTR,
pplocation: *mut Option<IDebugDocumentContext>,
) -> Result<()>;
}
Required Methods§
fn GetEventInfo( &self, pmessagetype: *mut DEBUG_EVENT_INFO_TYPE, pbstrmessage: *mut BSTR, pbstrurl: *mut BSTR, pplocation: *mut Option<IDebugDocumentContext>, ) -> Result<()>
Object Safety§
This trait is not object safe.