SpoolerFindFirstPrinterChangeNotification function (winsplp.h)
Describes the SpoolerFindFirstPrinterChangeNotification function.
Syntax
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
);
Parameters
[in] hPrinter
Defines the HANDLE parameter hPrinter.
fdwFilterFlags
Defines the DWORD parameter fdwFilterFlags.
fdwOptions
Defines the DWORD parameter fdwOptions.
[in] pPrinterNotifyOptions
Defines the PVOID parameter pPrinterNotifyOptions.
[in, optional] pvReserved
Defines the PVOID parameter pvReserved.
[in] pNotificationConfig
Defines the PVOID parameter pNotificationConfig.
[out, optional] phNotify
Defines the PHANDLE parameter phNotify.
[out, optional] phEvent
Defines the PHANDLE parameter phEvent.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winsplp.h |