获取程序句柄API

646阅读 0评论2010-03-12 meteorm
分类:WINDOWS

GetConsoleWindow Function
Retrieves the window handle used by the console associated with the calling process.

GetModuleHandle Function
Retrieves a module handle for the specified module. The module must have been loaded by the calling process.

To avoid the race conditions described in the Remarks section, use the GetModuleHandleEx function.

上一篇:Win32汇编伪指令db dw dd
下一篇:win32汇编console application GetMessage 不能用?