 |
FindNextChangeNotification ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Requests that the operating system signal a change notification handle the next time it detects an appropriate change. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FindNextChangeNotification(
HANDLE hChangeHandle // handle to change notification
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT FindNextChangeNotification IN kernel32;
INTEGER hChangeHandle
|
 |
 |
 |
| Parameters: |
 |
hChangeHandle
[in] Handle to a change notification handle created by the FindFirstChangeNotification function. |
 |
 |
| Return value: |
 |
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
|
 |
 |
| My comment: |
 |
| FindNextChangeNotification should not be used more than once on the same handle without using one of the wait functions. When hChangeHandle is no longer needed, close it by using the FindCloseChangeNotification function. |
 |
 |
| Word Index links for the FindNextChangeNotification : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-23 12:00:00 | | Modified: | 2001-11-26 16:03:23 | Visited in last 7 days: 16 |