摘要: 1 /* 2 BEEPER2.C -- Timer Demo Program No.1 3 (c) Charles Petzold, 1998 4 */ 5 6 #include <Windows.h> 7 8 #define ID_TIMER 1 9 10 LRESULT CALLBACK Wnd 阅读全文
posted @ 2018-05-17 10:05 web1013 阅读(183) 评论(0) 推荐(0)
摘要: 1 * 2 BEEPER1.C -- Timer Demo Program No.1 3 (c) Charles Petzold, 1998 4 */ 5 6 #include <Windows.h> 7 8 #define ID_TIMER 1 9 10 LRESULT CALLBACK WndP 阅读全文
posted @ 2018-05-17 10:02 web1013 阅读(267) 评论(0) 推荐(0)