步骤:
1、创建一个类似于void CALLBACK TimeoutCallBack(PTP_CALLBACK_INSTANCE pInstance, PVOID pvContext, PTP_TIMER pcbe)的函数
2、CreateThreadpoolTimer
3、SetThreadpoolTimer
4、CloseThreadpoolTimer
理解:
其实就是相当于一个可等待的内核对象,不可在实现上,采用了线程池的技术。
代码:
#include <iostr
2024-11-09