ROUTER_NOTIFY_CALLBACK fonction de rappel (winsplp.h)
Décrit la fonction de rappel ROUTER_NOTIFY_CALLBACK .
Syntaxe
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
)
{...}
Paramètres
[in] dwCommand
Définit le paramètre DWORD dwCommand.
[in] pContext
Définit le paramètre PVOIDpContext.
[in] dwColor
Définit le paramètre DWORD dwColor.
[in] pNofityInfo
Définit le paramètre PPRINTER_NOTIFY_INFOpNofityInfo.
[in] fdwFlags
Définit le paramètre DWORDfdwFlags.
[out] pdwResult
Définit le paramètre PDWORDpdwResult.
Valeur retournée
Retourne une valeur BOOL .
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | winsplp.h |