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.
请找到为检测我的 USB 设备而创建的服务的代码。
上面代码中的问题是日志文件只有在服务停止后才会更新。
我的意图是在检测到设备后更新日志文件。但只有在服务停止后才会发生。如何实现我的意图?
请指导我..
为避免丢失日志条目,您需要刷新fwrites 。
fwrite
fflush(your file handle )