arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
ICoreWebView2ContentLoadingEventArgs
arsd
webview
Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface
ICoreWebView2ContentLoadingEventArgs : IUnknown {
static const
GUID
iid
;
HRESULT
get_IsErrorPage
(BOOL* isErrorPage);
HRESULT
get_NavigationId
(UINT64* navigationId);
}
Members
Functions
get_IsErrorPage
HRESULT
get_IsErrorPage
(BOOL* isErrorPage)
TRUE
if the loaded content is an error page.
get_NavigationId
HRESULT
get_NavigationId
(UINT64* navigationId)
The ID of the navigation.
Meta
Source
See Implementation
arsd
webview
classes
CEF
WebView
enums
cef_content_setting_types_t
cef_content_setting_values_t
cef_log_severity_t
functions
cef_api_hash
cef_version_info
structs
cef_insets_t
cef_point_t
cef_rect_t
cef_size_t
libcef