interface ICoreWebView2CapturePreviewCompletedHandler

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

interface ICoreWebView2CapturePreviewCompletedHandler
  : public IUnknown

The caller implements this method to receive the result of the CapturePreview method.

Summary

Members Descriptions
Invoke Called to provide the implementer with the completion status of the corresponding asynchronous method call.

The result is written to the stream provided in the CapturePreview method call.

Members

Invoke

Called to provide the implementer with the completion status of the corresponding asynchronous method call.

public HRESULT Invoke(HRESULT result)