ProvidorFindFirstPrinterChangeNotification - NtDoc

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

BOOL ProvidorFindFirstPrinterChangeNotification(
  [in]            HANDLE hPrinter,
                  DWORD  fdwFlags,
                  DWORD  fdwOptions,
  [in]            HANDLE hNotify,
  [in, optional]  PVOID  pPrinterNotifyOptions,
  [out, optional] PVOID  pvReserved1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the ProvidorFindFirstPrinterChangeNotification function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

fdwFlags

Defines the DWORD parameter fdwFlags.

fdwOptions

Defines the DWORD parameter fdwOptions.

hNotify [in]

Defines the HANDLE parameter hNotify.

pPrinterNotifyOptions [in, optional]

Defines the PVOID parameter pPrinterNotifyOptions.

pvReserved1 [out, optional]

Defines the PVOID parameter pvReserved1.

Return value

Returns a BOOL value.