[][src]Trait webview2_sys::ICoreWebView2DevToolsProtocolEventReceivedEventArgs

pub trait ICoreWebView2DevToolsProtocolEventReceivedEventArgs: IUnknown {
    unsafe fn get_parameter_object_as_json(
        &self,
        parameter_object_as_json: *mut LPWSTR
    ) -> HRESULT; }

Event args for the DevToolsProtocolEventReceived event.

Required methods

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.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2DevToolsProtocolEventReceivedEventArgs[src]

type VTable = ICoreWebView2DevToolsProtocolEventReceivedEventArgsVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2DevToolsProtocolEventReceivedEventArgs> ProductionComInterface<C> for dyn ICoreWebView2DevToolsProtocolEventReceivedEventArgs[src]

Implementations on Foreign Types

impl<T: ICoreWebView2DevToolsProtocolEventReceivedEventArgs + ComInterface + ?Sized> ICoreWebView2DevToolsProtocolEventReceivedEventArgs for ComRc<T>[src]

impl<T: ICoreWebView2DevToolsProtocolEventReceivedEventArgs + ComInterface + ?Sized> ICoreWebView2DevToolsProtocolEventReceivedEventArgs for ComPtr<T>[src]

Loading content...

Implementors

Loading content...