// winsplp.h
BOOL SpoolerFindNextPrinterChangeNotification(
[in] HANDLE hPrinter,
[out] LPDWORD pfdwChange,
[in, optional] LPVOID pPrinterNotifyOptions,
[in, out, optional] LPVOID *ppPrinterNotifyInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the SpoolerFindNextPrinterChangeNotification function.
hPrinter [in]Defines the HANDLE parameter hPrinter.
pfdwChange [out]Defines the LPDWORD parameter pfdwChange.
pPrinterNotifyOptions [in, optional]Defines the LPVOID parameter pPrinterNotifyOptions.
ppPrinterNotifyInfo [in, out, optional]Defines the LPVOID parameter ppPrinterNotifyInfo.
Returns a BOOL value.