术语 | module32next |
释义 | Module32Next 语法: C++ BOOL WINAPI Module32Next( __in HANDLE hSnapshot, __out LPMODULEENTRY32 lpme ); Module32Next功能 检索资料的进程或线程关联的下一个模块。 参数 hSnapshot [in] 一个句柄,从先前调用CreateToolhelp32Snapshot函数返回的快照。 液相微萃取[out] 一个 MODULEENTRY32结构的指针。 返回值 返回TRUE,如果模块的名单上的下项已被复制到缓冲区或否则返回FALSE。在ERROR_NO_MORE_FILES错误值由GetLastError函数,如果没有更多的模块存在。 备注 要检索信息的第一个模块与进程相关,使用Module32First功能。 实例 有关示例,请参见遍历模块列表。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderTlhelp32.h LibraryKernel32.lib DLLKernel32.dll Unicode和ANSI namesModule32NextW(Unicode)和Module32Next(ANSI)的 参见 CreateToolhelp32Snapshot 模块散步 Module32First MODULEENTRY32 工具帮助函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==Module32Next Function Retrieves information about the next module associated with a process or thread. Syntax C++ BOOL WINAPI Module32Next( __in HANDLE hSnapshot, __out LPMODULEENTRY32 lpme ); Parameters hSnapshot [in] A handle to the snapshot returned from a previous call to the CreateToolhelp32Snapshot function. lpme [out] A pointer to a MODULEENTRY32 structure. Return Value Returns TRUE if the next entry of the module list has been copied to the buffer or FALSE otherwise. The ERROR_NO_MORE_FILES error value is returned by the GetLastError function if no more modules exist. Remarks To retrieve information about first module associated with a process, use the Module32First function. Examples For an example, see Traversing the Module List . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderTlhelp32.h LibraryKernel32.lib DLLKernel32.dll Unicode and ANSI namesModule32NextW (Unicode) and Module32Next (ANSI) See Also CreateToolhelp32Snapshot Module Walking Module32First MODULEENTRY32 Tool Help Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms684221(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。