ROUTER_NOTIFY_CALLBACK callback function (winsplp.h)
Describes the ROUTER_NOTIFY_CALLBACK callback function.
Syntax
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
)
{...}
Parameters
[in] dwCommand
Defines the DWORD parameter dwCommand.
[in] pContext
Defines the PVOID parameter pContext.
[in] dwColor
Defines the DWORD parameter dwColor.
[in] pNofityInfo
Defines the PPRINTER_NOTIFY_INFO parameter pNofityInfo.
[in] fdwFlags
Defines the DWORD parameter fdwFlags.
[out] pdwResult
Defines the PDWORD parameter pdwResult.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winsplp.h |