ICoreWebView2TrySuspendCompletedHandler

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

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, BOOL isSuccessful)

Provides the result of the TrySuspend operation. See Sleeping Tabs FAQ for conditions that might prevent WebView from being suspended. In those situations, isSuccessful will be false and errorCode is S_OK.

Meta