ROUTER_NOTIFY_CALLBACK - NtDoc

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

ROUTER_NOTIFY_CALLBACK RouterNotifyCallback;

BOOL RouterNotifyCallback(
  [in]  DWORD dwCommand,
  [in]  PVOID pContext,
  [in]  DWORD dwColor,
  [in]  PPRINTER_NOTIFY_INFO pNofityInfo,
  [in]  DWORD fdwFlags,
  [out] PDWORD pdwResult
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-winsplp-router_notify_callback)

Description

Describes the ROUTER_NOTIFY_CALLBACK callback function.

Parameters

dwCommand [in]

Defines the DWORD parameter dwCommand.

pContext [in]

Defines the PVOID parameter pContext.

dwColor [in]

Defines the DWORD parameter dwColor.

pNofityInfo [in]

Defines the PPRINTER_NOTIFY_INFO parameter pNofityInfo.

fdwFlags [in]

Defines the DWORD parameter fdwFlags.

pdwResult [out]

Defines the PDWORD parameter pdwResult.

Return value

Returns a BOOL value.