// winsplp.h
BOOL SpoolerFindFirstPrinterChangeNotification(
[in] HANDLE hPrinter,
DWORD fdwFilterFlags,
DWORD fdwOptions,
[in] PVOID pPrinterNotifyOptions,
[in, optional] PVOID pvReserved,
[in] PVOID pNotificationConfig,
[out, optional] PHANDLE phNotify,
[out, optional] PHANDLE phEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the SpoolerFindFirstPrinterChangeNotification function.
hPrinter [in]Defines the HANDLE parameter hPrinter.
fdwFilterFlagsDefines the DWORD parameter fdwFilterFlags.
fdwOptionsDefines the DWORD parameter fdwOptions.
pPrinterNotifyOptions [in]Defines the PVOID parameter pPrinterNotifyOptions.
pvReserved [in, optional]Defines the PVOID parameter pvReserved.
pNotificationConfig [in]Defines the PVOID parameter pNotificationConfig.
phNotify [out, optional]Defines the PHANDLE parameter phNotify.
phEvent [out, optional]Defines the PHANDLE parameter phEvent.
Returns a BOOL value.