ICoreWebView2Environment3

Undocumented in source.

Members

Functions

CreateCoreWebView2CompositionController
HRESULT CreateCoreWebView2CompositionController(HWND parentWindow, ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler handler)

Asynchronously create a new WebView for use with visual hosting.

CreateCoreWebView2PointerInfo
HRESULT CreateCoreWebView2PointerInfo(ICoreWebView2PointerInfo* pointerInfo)

Create an empty ICoreWebView2PointerInfo. The returned ICoreWebView2PointerInfo needs to be populated with all of the relevant info before calling SendPointerInput.

Inherited Members

From ICoreWebView2Environment2

CreateWebResourceRequest
HRESULT CreateWebResourceRequest(LPCWSTR uri, LPCWSTR method, IStream* postData, LPCWSTR headers, ICoreWebView2WebResourceRequest* request)

Create a new web resource request object. URI parameter must be absolute URI. The headers string is the raw request header string delimited by CRLF (optional in last header). It's also possible to create this object with null headers string and then use the ICoreWebView2HttpRequestHeaders to construct the headers line by line. For information on other parameters see ICoreWebView2WebResourceRequest.

Meta