网站首页  词典首页

请输入您要查询的函数:

 

术语 enumthreadwndproc
释义 EnumThreadWndProc
语法:
BOOL CALLBACK EnumThreadWndProc( HWND hwnd,
LPARAM lParam
);
EnumThreadWndProc功能
该EnumThreadWndProc函数是一个应用程序定义的回调函数与EnumThreadWindows功能使用。它接收处理与线程关联窗口。在WNDENUMPROC类型定义一个指向这个回调函数。 EnumThreadWndProc是一个应用程序的占位符定义函数的名称。
参数
hwnd
[in]句柄与EnumThreadWindows函数中指定的线程关联的一个窗口。
lparam的
[in]指定的应用程序定义的EnumThreadWindows函数给定值。
返回值
要继续枚举,回调函数必须返回TRUE;停止枚举,它必须返回FALSE。
备注
应用程序必须通过其登记地址的EnumThreadWindows函数这个回调函数。
功能信息
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryNone
最低操作系统Windows 95,Windows NT 3.1
参见
视窗概述,EnumThreadWindows
==英文原文==EnumThreadWndProc Function
The EnumThreadWndProc function is an application-defined callback function used with the EnumThreadWindows function. It receives the window handles associated with a thread. The WNDENUMPROC type defines a pointer to this callback function. EnumThreadWndProc is a placeholder for the application-defined function name.
Syntax
BOOL CALLBACK EnumThreadWndProc( HWND hwnd,
LPARAM lParam
);
Parameters
hwnd
[in] Handle to a window associated with the thread specified in the EnumThreadWindows function.
lParam
[in] Specifies the application-defined value given in the EnumThreadWindows function.
Return Value
To continue enumeration, the callback function must return TRUE; to stop enumeration, it must return FALSE.
Remarks
An application must register this callback function by passing its address to the EnumThreadWindows function.
Function Information
HeaderDeclared in Winuser.h, include Windows.h
Import libraryNone
Minimum operating systemsWindows 95, Windows NT 3.1
See Also
Windows Overview , EnumThreadWindows
==原始网址==http://msdn.microsoft.com/en-us/library/ms633496(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:18:59