Returns the user data folder that all CoreWebView2's created from this
environment are using.
This could be either the value passed in by the developer when creating
the environment object or the calculated one for default handling. It
will always be an absolute path.
The caller must free the returned string with CoTaskMemFree. See
API Conventions.
Returns the user data folder that all CoreWebView2's created from this environment are using. This could be either the value passed in by the developer when creating the environment object or the calculated one for default handling. It will always be an absolute path.
The caller must free the returned string with CoTaskMemFree. See API Conventions.
\snippet AppWindow.cpp GetUserDataFolder