ProvidorFindFirstPrinterChangeNotification function (winsplp.h)

Describes the ProvidorFindFirstPrinterChangeNotification function.

Syntax

BOOL ProvidorFindFirstPrinterChangeNotification(
  [in]            HANDLE hPrinter,
                  DWORD  fdwFlags,
                  DWORD  fdwOptions,
  [in]            HANDLE hNotify,
  [in, optional]  PVOID  pPrinterNotifyOptions,
  [out, optional] PVOID  pvReserved1
);

Parameters

[in] hPrinter

Defines the HANDLE parameter hPrinter.

fdwFlags

Defines the DWORD parameter fdwFlags.

fdwOptions

Defines the DWORD parameter fdwOptions.

[in] hNotify

Defines the HANDLE parameter hNotify.

[in, optional] pPrinterNotifyOptions

Defines the PVOID parameter pPrinterNotifyOptions.

[out, optional] pvReserved1

Defines the PVOID parameter pvReserved1.

Return value

Returns a BOOL value.

Requirements

Requirement Value
Target Platform Windows
Header winsplp.h