The EnumThreadWndProc function is an application-defined callback function that receives the window handles associated with a thread as a result of a call to the EnumThreadWindows function.
BOOL CALLBACK EnumThreadWndProc(
HWND hwnd, |
// handle to window |
LPARAM lParam |
// application-defined value |
); |
To continue enumeration, the callback function must return TRUE; to stop enumeration, it must return FALSE.
The callback function can perform any desired task.
An application must register this callback function by passing its address to the EnumThreadWindows function. EnumThreadWndProc is a placeholder for the application-defined function name.
file: /Techref/os/win/api/win32/func/src/f22_1.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 12:55,
3.133.133.189:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/os/win/api/win32/func/src/f22_1.htm"> EnumThreadWndProc</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.