interface ICoreWebView2CapturePreviewCompletedHandler
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 errorCode)