Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
cef_process_util.h File Reference

Functions

bool CefLaunchProcess (CefRefPtr< CefCommandLine > command_line)
 Launches the process specified via |command_line|. More...
 

Function Documentation

◆ CefLaunchProcess()

bool CefLaunchProcess ( CefRefPtr< CefCommandLine command_line)

Launches the process specified via |command_line|.

Returns true upon success. Must be called on the browser process TID_PROCESS_LAUNCHER thread.

Unix-specific notes:

  • All file descriptors open in the parent process will be closed in the child process except for stdin, stdout, and stderr.
  • If the first argument on the command line does not contain a slash, PATH will be searched. (See man execvp.)