作者在 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 的意思!