摘要: ###将合法路径连接 可以直接使用windows的函数,其实很多时候windows已经写好了函数只不过是大家不知道而已 LPSTR PathCombineA( [out] LPSTR pszDest,//用于接取路径 [in, optional] LPCSTR pszDir,//路径【前】 [in] 阅读全文
posted @ 2022-06-22 16:29 未全知 阅读(43) 评论(0) 推荐(0)
摘要: 检索注册表函数: SHGetValue 函数原型 LSTATUS SHGetValue( [in] HKEY hkey, [in, optional] LPCSTR pszSubKey, [in, optional] LPCSTR pszValue, [out, optional] DWORD *p 阅读全文
posted @ 2022-06-22 10:20 未全知 阅读(238) 评论(0) 推荐(0)