Trait webview2_sys::ICoreWebView2DevToolsProtocolEventReceivedEventArgs[][src]

pub trait ICoreWebView2DevToolsProtocolEventReceivedEventArgs: IUnknown {
    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

The parameter object of the corresponding DevToolsProtocol event represented as a JSON string.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors