// winsplp.h
BOOL ProvidorFindFirstPrinterChangeNotification(
[in] HANDLE hPrinter,
DWORD fdwFlags,
DWORD fdwOptions,
[in] HANDLE hNotify,
[in, optional] PVOID pPrinterNotifyOptions,
[out, optional] PVOID pvReserved1
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the ProvidorFindFirstPrinterChangeNotification function.
hPrinter [in]Defines the HANDLE parameter hPrinter.
fdwFlagsDefines the DWORD parameter fdwFlags.
fdwOptionsDefines the DWORD parameter fdwOptions.
hNotify [in]Defines the HANDLE parameter hNotify.
pPrinterNotifyOptions [in, optional]Defines the PVOID parameter pPrinterNotifyOptions.
pvReserved1 [out, optional]Defines the PVOID parameter pvReserved1.
Returns a BOOL value.