Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Jurko Gospodnetic wrote: > Btw. is it possible to not use handle inheritance and instead explicitly > call > DuplicateHandle() to pass a handle to the derived process? That would be I don't actually know the process ID of the new process until it's created, so that isn't really an option... plus I doubt it'd work as explicitly inheritable handles are getting lost - duplication is just a manual way of doing the same thing. Tony