摘要: DWORD WINAPI ThreadFunction( LPVOID lpParam ) { (void)lpParam; //make happy compiler for unused variable while (TRUE) //Once created the thread runs a 阅读全文
posted @ 2020-03-12 11:35 strive-sun 阅读(225) 评论(0) 推荐(0) 编辑