pub trait ICoreWebView2DevToolsProtocolEventReceivedEventArgs: IUnknown {
// Required method
unsafe fn get_parameter_object_as_json(
&self,
parameter_object_as_json: *mut LPWSTR,
) -> HRESULT;
}
Expand description
Event args for the DevToolsProtocolEventReceived
event.
Required Methods§
Sourceunsafe fn get_parameter_object_as_json(
&self,
parameter_object_as_json: *mut LPWSTR,
) -> HRESULT
unsafe fn get_parameter_object_as_json( &self, parameter_object_as_json: *mut LPWSTR, ) -> HRESULT
The parameter object of the corresponding DevToolsProtocol
event
represented as a JSON string.
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2DevToolsProtocolEventReceivedEventArgs
impl ComInterface for dyn ICoreWebView2DevToolsProtocolEventReceivedEventArgs
Source§const IID: IID = IID_ICORE_WEB_VIEW2_DEV_TOOLS_PROTOCOL_EVENT_RECEIVED_EVENT_ARGS
const IID: IID = IID_ICORE_WEB_VIEW2_DEV_TOOLS_PROTOCOL_EVENT_RECEIVED_EVENT_ARGS
The associated id for this interface
Source§type VTable = ICoreWebView2DevToolsProtocolEventReceivedEventArgsVTable
type VTable = ICoreWebView2DevToolsProtocolEventReceivedEventArgsVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface