SpoolerFindNextPrinterChangeNotification - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

BOOL SpoolerFindNextPrinterChangeNotification(
  [in]                HANDLE  hPrinter,
  [out]               LPDWORD pfdwChange,
  [in, optional]      LPVOID  pPrinterNotifyOptions,
  [in, out, optional] LPVOID  *ppPrinterNotifyInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-spoolerfindnextprinterchangenotification)

Description

Describes the SpoolerFindNextPrinterChangeNotification function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

pfdwChange [out]

Defines the LPDWORD parameter pfdwChange.

pPrinterNotifyOptions [in, optional]

Defines the LPVOID parameter pPrinterNotifyOptions.

ppPrinterNotifyInfo [in, out, optional]

Defines the LPVOID parameter ppPrinterNotifyInfo.

Return value

Returns a BOOL value.