FindClosePrinterChangeNotification function winspool
Closes a change notification object created by calling the FindFirstPrinterChangeNotification function.
To learn more, see learn.microsoft.com/windows/win32/printdocs/findcloseprinterchangenotification.
Implementation
@pragma('vm:prefer-inline')
bool FindClosePrinterChangeNotification(
FINDPRINTERCHANGENOTIFICATION_HANDLE hChange,
) => _FindClosePrinterChangeNotification(hChange) != FALSE;