SpoolerRefreshPrinterChangeNotification - NtDoc

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

BOOL SpoolerRefreshPrinterChangeNotification(
  [in]                HANDLE                  hPrinter,
  [in]                DWORD                   dwColor,
  [in]                PPRINTER_NOTIFY_OPTIONS pOptions,
  [in, out, optional] PPRINTER_NOTIFY_INFO    *ppInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the SpoolerRefreshPrinterChangeNotification function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

dwColor [in]

Defines the DWORD parameter dwColor.

pOptions [in]

Defines the PPRINTER_NOTIFY_OPTIONS parameter pOptions.

ppInfo [in, out, optional]

Defines the PPRINTER_NOTIFY_INFO parameter ppInfo.

Return value

Returns a BOOL value.