Allow console allocation policies that are finer-grained than the PE image subsystem #7335
Closed
2 of 5 tasks
Labels
Area-Server
Down in the muck of API call servicing, interprocess communication, eventing, etc.
In-PR
This issue has a related PR
Issue-Scenario
Needs-Tag-Fix
Doesn't match tag requirements
Product-Meta
The product is the management of the products.
Milestone
Due to the design of the console subsystem on Windows as it has existed
since Windows 95, every application that is stamped with the
IMAGE_SUBSYSTEM_WINDOWS_CUI
subsystem in its PE header will beallocated a console by kernel32 (conclnt, the console client library,
handles this.)
Any application that is stamped
IMAGE_SUBSYSTEM_WINDOWS_GUI
will notautomatically be allocated a console.
We need something finer-grained than that.
This scenario workitem includes:
AllocConsoleEx
) to support this new policyMSFT:28455640
The text was updated successfully, but these errors were encountered: