码迷,mamicode.com
首页 > 其他好文 > 详细

GetModuleBaseName用法

时间:2020-06-15 17:25:04      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:and   cti   contain   process   proc   pts   buffer   ram   font   

 

The GetModuleBaseName function retrieves the base name of the specified module.
DWORD GetModuleBaseName(
HANDLE hProcess, // handle to process
HMODULE hModule, // handle to module
LPTSTR lpBaseName, // base name buffer
DWORD nSize // maximum characters to retrieve
);
Parameters
hProcess
[in] Handle to the process that contains the module.
hModule
[in] Handle to the module.
lpBaseName
[out] Pointer to the buffer that receives the base name of the module. If the base name is longer than maximum number of characters specified by the nSize parameter, the base name is truncated.
nSize
[in] Specifies the maximum number of characters to copy to the lpBaseName buffe

GetModuleBaseName用法

标签:and   cti   contain   process   proc   pts   buffer   ram   font   

原文地址:https://www.cnblogs.com/ganxiang/p/13132057.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!