// 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 referenceNo description available.
Describes the ROUTER_NOTIFY_CALLBACK callback function.
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.
Returns a BOOL value.