 |
FindCloseChangeNotification ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Stops change notification handle monitoring. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FindCloseChangeNotification(
HANDLE hChangeHandle // handle to change notification
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT FindCloseChangeNotification 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.
|
 |
 |
| Word Index links for the FindCloseChangeNotification : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-23 12:00:00 | | Modified: | 2001-11-26 16:03:23 | Visited in last 7 days: 14 |