File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #Region ; *** Dynamically added Include files ***
2- #include < WinAPIShPath.au3> ; added:01/18/26 02:35:43
3- #EndRegion ; *** Dynamically added Include files ***
41; ~ #AutoIt3Wrapper_UseX64=y
52#AutoIt3Wrapper_UseX64= n
63#AutoIt3Wrapper_Run_AU3Check= Y
74#AutoIt3Wrapper_AU3Check_Stop_OnWarning= y
85#AutoIt3Wrapper_AU3Check_Parameters= - d - w 1 - w 2 - w 3 - w 4 - w 5 - w 6 - w 7
6+ #Au3Stripper_Ignore_Funcs= __NetWebView2_WebEvents_* ,__NetWebView2_JSEvents_*
97
108#include < Array.au3>
119#include < GUIConstantsEx.au3>
10+ #include < WinAPIShPath.au3>
1211#include < WindowsConstants.au3>
1312
1413; Global objects
@@ -18,6 +17,7 @@ Global $g_DebugInfo = True
1817
1918#Region ; NetWebView2Lib UDF
2019Func _NetWebView2_StartUp($sDLLFileFullPath )
20+ #RegistrationFree is WorkInProgress
2121 $sDLLFileFullPath = _WinAPI_PathCanonicalize($sDLLFileFullPath )
2222; ~ ConsoleWrite($sDLLFileFullPath & @CRLF)
2323 $_g_hNetWebView2Lib_DLL = DllOpen ($sDLLFileFullPath )
You can’t perform that action at this time.
0 commit comments