Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在执行期间KillTimer()发送命令时,对工作计时器有何影响?
KillTimer()
只是为了确保,工作计时器意味着计时器执行其代码。
谢谢你的帮助!
杀死一个计时器与杀死一个线程不同(杀死一个线程是不安全的)。
在 Windows 系统中它是完全安全的。