// 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 referenceNo description available.
Describes the SpoolerRefreshPrinterChangeNotification function.
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.
Returns a BOOL value.