摘要: 源码如下: 1 #include <stdio.h> 2 //#include <tchar.h> 3 #include <Windows.h> 4 5 6 7 void fmtMsg() 8 { 9 LPTSTR errorText = NULL; 10 11 FormatMessage( 12 阅读全文
posted @ 2020-03-19 21:33 wlct 阅读(332) 评论(0) 推荐(0) 编辑