(original) (raw)

http://support.microsoft.com/kb/315939/en-us

Ah yes, we may implement pass\_handles on Windows using a critical section to inherit \*handles\*.

File descriptors cannot be inherited using CreateProcess(), only using spawn(). Or can we rely on the undocumented fields used by spawn()?

Victor