¡@

Home 

c# Programming Glossary: setinformationjobobject

Kill child process when parent process is killed

http://stackoverflow.com/questions/3342941/kill-child-process-when-parent-process-is-killed

a string lpName DllImport kernel32.dll static extern bool SetInformationJobObject IntPtr hJob JobObjectInfoType infoType IntPtr lpJobObjectInfo.. extendedInfo extendedInfoPtr false if SetInformationJobObject m_handle JobObjectInfoType.ExtendedLimitInformation extendedInfoPtr..

Working example of CreateJobObject/SetInformationJobObject pinvoke in .net?

http://stackoverflow.com/questions/6266820/working-example-of-createjobobject-setinformationjobobject-pinvoke-in-net

example of CreateJobObject SetInformationJobObject pinvoke in .net I'm struggling to put together a working example.. a working example of pinvoke'ing CreateJobObject and SetInformationJobObject. Through various google searches including Russian and Chinese.. CreateJobObject AssignProcessToJobObject seems to work. SetInformationJobObject fails either with error 24 or 87. Process myProcess POPULATED..