// winsplp.h
DWORD CallRouterFindFirstPrinterChangeNotification(
[in] HANDLE hPrinterRPC,
DWORD fdwFilterFlags,
DWORD fdwOptions,
[in] HANDLE hNotify,
[in] PPRINTER_NOTIFY_OPTIONS pPrinterNotifyOptions
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the CallRouterFindFirstPrinterChangeNotification function.
hPrinterRPC [in]Defines the HANDLE parameter hPrinterRPC.
fdwFilterFlagsDefines the DWORD parameter fdwFilterFlags.
fdwOptionsDefines the DWORD parameter fdwOptions.
hNotify [in]Defines the HANDLE parameter hNotify.
pPrinterNotifyOptions [in]Defines the PPRINTER_NOTIFY_OPTIONS parameter pPrinterNotifyOptions.
Returns a DWORD value.