网站首页  词典首页

请输入您要查询的函数:

 

术语 enumchildproc
释义 EnumChildProc
语法:
BOOL CALLBACK EnumChildProc( HWND hwnd,
LPARAM lParam
);
EnumChildProc函数
该EnumChildProc函数是一个应用程序定义的回调函数与EnumChildWindows函数使用。它接收子窗口句柄。在WNDENUMPROC类型定义一个指向这个回调函数。 EnumChildProc是一个应用程序的占位符定义函数的名称。
参数
hwnd
[in]句柄在EnumChildWindows指定的父窗口的子窗口。
lparam的
[in]指定的应用程序定义的EnumChildWindows给定值。
返回值
要继续枚举,回调函数必须返回TRUE;停止枚举,它必须返回FALSE。
备注
回调函数可以执行任何所需的任务。
应用程序必须通过其登记地址EnumChildWindows这个回调函数。
功能信息
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryNone
最低操作系统Windows 95,Windows NT 3.1
参见
视窗概述,EnumChildWindows
==英文原文==EnumChildProc Function
The EnumChildProc function is an application-defined callback function used with the EnumChildWindows function. It receives the child window handles. The WNDENUMPROC type defines a pointer to this callback function. EnumChildProc is a placeholder for the application-defined function name.
Syntax
BOOL CALLBACK EnumChildProc( HWND hwnd,
LPARAM lParam
);
Parameters
hwnd
[in] Handle to a child window of the parent window specified in EnumChildWindows.
lParam
[in] Specifies the application-defined value given in EnumChildWindows.
Return Value
To continue enumeration, the callback function must return TRUE; to stop enumeration, it must return FALSE.
Remarks
The callback function can carry out any desired task.
An application must register this callback function by passing its address to EnumChildWindows.
Function Information
HeaderDeclared in Winuser.h, include Windows.h
Import libraryNone
Minimum operating systemsWindows 95, Windows NT 3.1
See Also
Windows Overview , EnumChildWindows
==原始网址==http://msdn.microsoft.com/en-us/library/ms633493(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 11:30:34