Cef |
| Name | Description | |
|---|---|---|
| Initialize(CefMainArgs, CefSettings, CefApp) | Obsolete | |
| Initialize(CefMainArgs, CefSettings, CefApp, IntPtr) | This function should be called on the main application thread to initialize the CEF browser process. The |application| parameter may be empty. A return value of true indicates that it succeeded and false indicates that it failed. The |windows_sandbox_info| parameter is only used on Windows and may be NULL (see cef_sandbox_win.h for details). |