// winsplp.h
BOOL ReplyPrinterChangeNotificationEx(
[in] HANDLE hNotify,
DWORD dwColor,
DWORD fdwFlags,
[out] PDWORD pdwResult,
[in] PVOID pPrinterNotifyInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the ReplyPrinterChangeNotificationEx function.
hNotify [in]Defines the HANDLE parameter hNotify.
dwColorDefines the DWORD parameter dwColor.
fdwFlagsDefines the DWORD parameter fdwFlags.
pdwResult [out]Defines the PDWORD parameter pdwResult.
pPrinterNotifyInfo [in]Defines the PVOID parameter pPrinterNotifyInfo.
Returns a BOOL value.