The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ICoreWebView2ProcessInfo
arsd
webview
Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface
ICoreWebView2ProcessInfo :
IUnknown
{
static const
GUID
iid
;
HRESULT
get_ProcessId
(INT32* value);
HRESULT
get_Kind
(COREWEBVIEW2_PROCESS_KIND* kind);
}
Members
Functions
get_Kind
HRESULT
get_Kind
(COREWEBVIEW2_PROCESS_KIND* kind)
The kind of the process.
get_ProcessId
HRESULT
get_ProcessId
(INT32* value)
The process id of the process.
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