pub trait ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler: IUnknown {
// Required method
unsafe fn invoke(
&self,
error_code: HRESULT,
created_environment: *mut *mut ICoreWebView2EnvironmentVTable,
) -> HRESULT;
}
Expand description
Receives the WebView2Environment
created using
CreateCoreWebView2Environment
.
Required Methods§
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
impl ComInterface for dyn ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
Source§const IID: IID = IID_ICORE_WEB_VIEW2_CREATE_CORE_WEB_VIEW2_ENVIRONMENT_COMPLETED_HANDLER
const IID: IID = IID_ICORE_WEB_VIEW2_CREATE_CORE_WEB_VIEW2_ENVIRONMENT_COMPLETED_HANDLER
The associated id for this interface
Source§type VTable = ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandlerVTable
type VTable = ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandlerVTable
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