FreePrinterNotifyInfo function winspool

int FreePrinterNotifyInfo(
  1. Pointer<PRINTER_NOTIFY_INFO> pPrinterNotifyInfo
)

The FreePrinterNotifyInfo function frees a system-allocated buffer created by the FindNextPrinterChangeNotification function.

BOOL FreePrinterNotifyInfo(
  _In_ PPRINTER_NOTIFY_INFO pPrinterNotifyInfo
);

Implementation

int FreePrinterNotifyInfo(Pointer<PRINTER_NOTIFY_INFO> pPrinterNotifyInfo) =>
    _FreePrinterNotifyInfo(pPrinterNotifyInfo);