Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WebView2Loader []byte
Functions ¶
func CompareBrowserVersions ¶
CompareBrowserVersions will compare the 2 given versions and return:
-1 = v1 < v2 0 = v1 == v2 1 = v1 > v2
func CreateCoreWebView2EnvironmentWithOptions ¶
func CreateCoreWebView2EnvironmentWithOptions(browserExecutableFolder, userDataFolder *uint16, environmentOptions uintptr, environmentCompletedHandle uintptr) (uintptr, error)
CreateCoreWebView2EnvironmentWithOptions tries to load WebviewLoader2 and call the CreateCoreWebView2EnvironmentWithOptions routine.
func GetInstalledVersion ¶
GetInstalledVersion returns the installed version of the webview2 runtime. If there is no version installed, a blank string is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.