GetModuleFileName 和 GetModuleFileNameEx 区别

作者在 2008-10-04 00:15:06 发布以下内容

The GetModuleFileName function retrieves the fully-qualified path for the file that contains the specified module that the current process owns.

GetModuleFileName operates only on modules that the current process owns. To specify modules that belong to another process, use the GetModuleFileNameEx function.

这里增加 Ex 后缀估计是 exterior 的意思!
技术 | 阅读 7077 次
文章评论,共1条
夜风依旧
2008-10-04 01:23
1
Ex应该是extended才对,表示是前版本的扩展
游客请输入验证码
浏览1944077次