17.2. Console creation

The Win32 objects behind a console can be created in several occasions:

Please also note, that starting a child process with the CREATE_NEW_CONSOLE flag, will end-up calling AllocConsole in the child process, hence creating a wineconsole with the USER32 backend.