术语 | getconsolewindow |
释义 | GetConsoleWindow 语法: C++ HWND WINAPI GetConsoleWindow(void); GetConsoleWindow功能 获取窗口句柄的控制台调用进程的相关使用。 参数 这个函数没有参数。 返回值 返回值是一个句柄由控制台调用过程或空相关,如果没有这种相关的控制台使用的窗口。 备注 要编译的应用程序使用此功能,定义_WIN32_WINNT为0x0500或更高版本。有关详细信息,请参阅使用Windows头。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWincon.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 控制台函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetConsoleWindow Function Retrieves the window handle used by the console associated with the calling process. Syntax C++ HWND WINAPI GetConsoleWindow(void); Parameters This function has no parameters. Return Value The return value is a handle to the window used by the console associated with the calling process or NULL if there is no such associated console. Remarks To compile an application that uses this function, define _WIN32_WINNT as 0x0500 or later. For more information, see Using the Windows Headers . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWincon.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also Console Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms683175(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。