The ForegroundIdleProc hook procedure is an application-defined callback function the system calls whenever the 32-bit foreground thread is about to become idle.
DWORD ForegroundIdleProc(
int code, |
// hook code |
DWORD wParam, |
// not used |
LONG lParam |
// not used |
); |
An application installs this hook procedure by specifying the WH_FOREGROUNDIDLE hook type and the pointer to the hook procedure in a call to the SetWindowsHookEx function.
ForegroundIdleProc is a placeholder for the application-defined function name.
This is a thread-specific hook.
CallNextHookEx, SetWindowsHookEx
file: /Techref/os/win/api/win32/func/src/f25_12.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 03:02,
3.145.95.7:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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://linistepper.com/techref/os/win/api/win32/func/src/f25_12.htm"> ForegroundIdleProc</A> |
Did you find what you needed? |