KsDispatchSpecificProperty, fonction (ks.h)
La fonction KsDispatchSpecificProperty distribue la propriété à un gestionnaire spécifique. La fonction part du principe que l’appelant a précédemment distribué cet IRP à un gestionnaire via la fonction KsPropertyHandler.
Cette fonction ne peut être appelée qu’à PASSIVE_LEVEL.
Syntaxe
KSDDKAPI NTSTATUS KsDispatchSpecificProperty(
PIRP Irp,
PFNKSHANDLER Handler
);
Paramètres
Irp
Handler
Valeur de retour
La fonction KsDispatchSpecificProperty retourne STATUS_SUCCESS si elle réussit, ou si elle échoue, elle renvoie une erreur.
Remarques
La fonction KsDispatchSpecificProperty est destinée à un traitement supplémentaire d’une propriété, comme l’exécution d’une opération en attente.
Exigences
Exigence | Valeur |
---|---|
plateforme cible | Universel |
d’en-tête | ks.h (include Ks.h) |
bibliothèque | Ks.lib |