ICoreWebView2PrintCompletedHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2PrintCompletedHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, COREWEBVIEW2_PRINT_STATUS printStatus)

Provides the result of the corresponding asynchronous method.

Meta