Windows Service output

Viewed 12738

What happens to messages printed to stdout and stderr from a Windows service? I know they're not going anywhere, but do they go down /dev/null? Is it possible that an application will block during such a write ?

1 Answers
Related