ICoreWebView2EnvironmentOptions4

Undocumented in source.

Members

Functions

GetCustomSchemeRegistrations
HRESULT GetCustomSchemeRegistrations(UINT32* count, ICoreWebView2CustomSchemeRegistration** schemeRegistrations)

Array of custom scheme registrations. The returned ICoreWebView2CustomSchemeRegistration pointers must be released, and the array itself must be deallocated with CoTaskMemFree.

SetCustomSchemeRegistrations
HRESULT SetCustomSchemeRegistrations(UINT32 count, ICoreWebView2CustomSchemeRegistration* schemeRegistrations)

Set the array of custom scheme registrations to be used. \snippet AppWindow.cpp CoreWebView2CustomSchemeRegistration

Meta