ReplyPrinterChangeNotificationEx - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

BOOL ReplyPrinterChangeNotificationEx(
  [in]  HANDLE hNotify,
        DWORD  dwColor,
        DWORD  fdwFlags,
  [out] PDWORD pdwResult,
  [in]  PVOID  pPrinterNotifyInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-replyprinterchangenotificationex)

Description

Describes the ReplyPrinterChangeNotificationEx function.

Parameters

hNotify [in]

Defines the HANDLE parameter hNotify.

dwColor

Defines the DWORD parameter dwColor.

fdwFlags

Defines the DWORD parameter fdwFlags.

pdwResult [out]

Defines the PDWORD parameter pdwResult.

pPrinterNotifyInfo [in]

Defines the PVOID parameter pPrinterNotifyInfo.

Return value

Returns a BOOL value.