Group: Printing and Print Spooler - Library: winspool.drv
Closes a change notification object created by calling the FindFirstPrinterChangeNotification function.
Using Change Notification Objects to monitor changes to the printer or print server
BOOL FindClosePrinterChangeNotification(
HANDLE hChange // handle to change notification object
); DECLARE INTEGER FindClosePrinterChangeNotification;
IN winspool.drv;
INTEGER hChange
hChange [in] Handle to the change notification object to be closed. This is a handle created by calling the FindFirstPrinterChangeNotification function.
If the function succeeds, the return value is a nonzero value.
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.
Home