摘要: FormatMessage 获取GetLastError 函数返回的错误代码对应的字符串描述. 阅读全文
posted @ 2018-05-17 20:50 develon 阅读(134) 评论(0) 推荐(0) 编辑
摘要: // WinMsg.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include #include "WinMsg.h" int log_i = 0; #define Log(x) printf("Log %d: "#x"\n", log_i++) #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE hInst... 阅读全文
posted @ 2018-05-17 12:45 develon 阅读(157) 评论(0) 推荐(0) 编辑