Page 1 of 1

CEF3 browser subprocess and main process

PostPosted: Fri Mar 18, 2016 2:42 am
by sreenivas003
Hi,
I am using CEF3 in my application(say XYZ.exe) and all the subprocess have different name (say subrpocess.exe) . Also i am creating one more same application process (XYZ.exe) from the main application process using "Createprocess" api and when i closed main application, the child application process which i have created is not closed. Can you please let me know what i need to do to close the child application .

without cef3 , I am able to close the child application process as well. but with cef3, i am unable to close the child application process.

Regards,
Sreenivas