
函数用法
执笔乄画浮生
码农进阶之路
展开
-
GetModuleBaseName()与GetModuleFileNameEx()函数用法
MSDN上面原文:GetModuleBaseName()The GetModuleBaseName function retrieves the base name of the specified module. //GetModuleBaseName函数检索指定模块的基本名称。DWORD GetModuleBaseName(HANDLE hProcess, // handle...原创 2019-06-21 17:15:38 · 2342 阅读 · 0 评论 -
c++读取配置文件函数GetPrivateProfileString()
MSDN原文:GetPrivateProfileString()The GetPrivateProfileString function retrieves a string from the specified section in an initialization file.Note This function is provided only for compatibility ...原创 2019-06-21 17:45:11 · 2218 阅读 · 0 评论