ICoreWebView2Environment8

Undocumented in source.

Members

Functions

GetProcessInfos
HRESULT GetProcessInfos(ICoreWebView2ProcessInfoCollection* value)

Returns the ICoreWebView2ProcessInfoCollection Provide a list of all process using same user data folder except for crashpad process.

add_ProcessInfosChanged
HRESULT add_ProcessInfosChanged(ICoreWebView2ProcessInfosChangedEventHandler eventHandler, EventRegistrationToken* token)

Adds an event handler for the ProcessInfosChanged event.

remove_ProcessInfosChanged
HRESULT remove_ProcessInfosChanged(EventRegistrationToken token)

Remove an event handler previously added with add_ProcessInfosChanged.

Inherited Members

From ICoreWebView2Environment7

get_UserDataFolder
HRESULT get_UserDataFolder(LPWSTR* value)

Returns the user data folder that all CoreWebView2's created from this environment are using. This could be either the value passed in by the developer when creating the environment object or the calculated one for default handling. It will always be an absolute path.

Meta