SpoolerFindFirstPrinterChangeNotification - NtDoc

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

BOOL SpoolerFindFirstPrinterChangeNotification(
  [in]            HANDLE  hPrinter,
                  DWORD   fdwFilterFlags,
                  DWORD   fdwOptions,
  [in]            PVOID   pPrinterNotifyOptions,
  [in, optional]  PVOID   pvReserved,
  [in]            PVOID   pNotificationConfig,
  [out, optional] PHANDLE phNotify,
  [out, optional] PHANDLE phEvent
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the SpoolerFindFirstPrinterChangeNotification function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

fdwFilterFlags

Defines the DWORD parameter fdwFilterFlags.

fdwOptions

Defines the DWORD parameter fdwOptions.

pPrinterNotifyOptions [in]

Defines the PVOID parameter pPrinterNotifyOptions.

pvReserved [in, optional]

Defines the PVOID parameter pvReserved.

pNotificationConfig [in]

Defines the PVOID parameter pNotificationConfig.

phNotify [out, optional]

Defines the PHANDLE parameter phNotify.

phEvent [out, optional]

Defines the PHANDLE parameter phEvent.

Return value

Returns a BOOL value.