Click or drag to resize

CefRuntimeInitialize Method

Overload List
  NameDescription
Public methodStatic memberInitialize(CefMainArgs, CefSettings, CefApp) Obsolete.
Public methodStatic memberInitialize(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).
Top
See Also