FreePrinterNotifyInfo function winspool
Frees a system-allocated buffer created by the FindNextPrinterChangeNotification function.
To learn more, see learn.microsoft.com/windows/win32/printdocs/freeprinternotifyinfo.
Implementation
@pragma('vm:prefer-inline')
bool FreePrinterNotifyInfo(Pointer<PRINTER_NOTIFY_INFO> pPrinterNotifyInfo) =>
_FreePrinterNotifyInfo(pPrinterNotifyInfo) != FALSE;