As far as I can tell the ASTA is specific to UWP apps Take a look at Threading functionality migration
How to initialize the Application STA (ASTA)
lb90
1
Reputation point
Hello,
I'd like to know whether it's possible to initialize the Application STA (ASTA) from classic Win32 applications. The ASTA brings advantage compared to the regular STA such as better handling of re-entrant inbound calls amongst others, as explained by Raymond Chen in
https://devblogs.microsoft.com/oldnewthing/20210224-00/?p=104901
Thank you
Community Center | Not monitored
46,263 questions
2 answers
Sort by: Most helpful
-
-
lb90 1 Reputation point
2022-07-26T14:28:10.577+00:00 More informations were outlined in https://github.com/microsoft/WindowsAppSDK/discussions/2664