The FindNextChangeNotification function requests that the operating system signal a change notification handle the next time it detects an appropriate change.
BOOL FindNextChangeNotification(
HANDLE hChangeHandle |
// handle to change notification to signal |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
After the FindNextChangeNotification function returns successfully, the application can wait for notification that a change has occurred by using the wait functions.
If a change occurs after a call to FindFirstChangeNotification but before a call to FindNextChangeNotification, the operating system records the change. When FindNextChangeNotification is executed, the recorded change immediately satisfies a wait for the change notification.
FindNextChangeNotification should not be used more than once on the same handle without using one of the wait functions. An application may miss a change notification if it uses FindNextChangeNotification when there is a change request outstanding.
When hChangeHandle is no longer needed, close it by using the FindCloseChangeNotification function.
FindCloseChangeNotification, FindFirstChangeNotification
file: /Techref/os/win/api/win32/func/src/f24_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 05:25,
3.145.47.17: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://ecomorder.com/techref/os/win/api/win32/func/src/f24_14.htm"> FindNextChangeNotification</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
The Backwoods Guide to Computer Lingo |
.