 |
FindClosePrinterChangeNotification ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Closes a change notification object created by calling the FindFirstPrinterChangeNotification function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FindClosePrinterChangeNotification(
HANDLE hChange // handle to change notification object
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER FindClosePrinterChangeNotification;
IN winspool.drv;
INTEGER hChange
|
 |
 |
 |
| Parameters: |
 |
hChange
[in] Handle to the change notification object to be closed. This is a handle created by calling the FindFirstPrinterChangeNotification function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is a nonzero value. |
 |
 |
| My comment: |
 |
After this call, the printer or print server associated with the change notification object will no longer be monitored by that object.
See also: FindNextPrinterChangeNotification. |
 |
 |
| Word Index links for the FindClosePrinterChangeNotification : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-04-07 13:42:42 | | Modified: | 2005-04-07 13:45:05 | Visited in last 7 days: 19 |