I need to be able to redirect stdout, but to do so ASYNCHRONOUSLY (spelling?) in which case, it seems I have to CreateNamedPipe instead of CreatePipe. Is it possible to use it for console redirection?