Function webview2::check_hresult[][src]

pub fn check_hresult(hresult: HRESULT) -> Result<()>
Expand description

Check a HRESULT, if it is SUCCEEDED, return Ok(()). Otherwide return an error containing the HRESULT.