FindClosePrinterChangeNotification function winspool

int FindClosePrinterChangeNotification(
  1. int hChange
)

The FindClosePrinterChangeNotification function closes a change notification object created by calling the FindFirstPrinterChangeNotification function. The printer or print server associated with the change notification object will no longer be monitored by that object.

BOOL FindClosePrinterChangeNotification(
  _In_ HANDLE hChange
);

Implementation

int FindClosePrinterChangeNotification(int hChange) =>
    _FindClosePrinterChangeNotification(hChange);