07 2020 档案
摘要:1.INI文件写入函数 BOOL WritePrivateProfileString(LPCTSTR lpAppName, LPCTSTR lpKeyName,LPCTSTR lpString, LPCTSTR lpFileName); lpAppName:INI文件中的一个字段名,也可以有多个字段
阅读全文
摘要:1 #include <iostream> 2 #include <Windows.h> 3 #include <Shlwapi.h> 4 #include <tchar.h> 5 6 #pragma comment (lib, "Shlwapi.lib") 7 8 #define count_of
阅读全文