提问人:OwnageIsMagic 提问时间:9/19/2023 更新时间:9/23/2023 访问量:77
从系统生成的线程调用 CRT
Calling CRT from system spawned thread
问:
系统使用而不是_beginthread
回调,如 ServiceMain、RegisterServiceCtrlHandlerEx
、HandlerRoutine() 等。这是否意味着从这些线程调用静态链接的 CRT 是不安全的?Create{Remote}Thread
SetConsoleCtrlHandler
答:
0赞
OwnageIsMagic
9/23/2023
#1
在现代(基于 UCRT)中,运行时不执行任何初始化。它仅提供次要服务,例如防止模块在线程运行时卸载,并选择性地初始化 WinRT ()。_beginthread{ex}
RoInitialize
评论
statically linked CRT
errno
DllMain