Partager via


KsDispatchSpecificProperty, fonction (ks.h)

La fonction KsDispatchSpecificProperty répartit la propriété vers un gestionnaire spécifique. La fonction suppose que l’appelant a précédemment distribué cette 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 retournée

La fonction KsDispatchSpecificProperty retourne STATUS_SUCCESS si elle réussit, ou si elle a échoué, elle retourne une erreur.

Remarques

La fonction KsDispatchSpecificProperty est destinée au traitement supplémentaire d’une propriété, par exemple à l’exécution d’une opération en attente.

Configuration requise

Condition requise Valeur
Plateforme cible Universal
En-tête ks.h (inclure Ks.h)
Bibliothèque Ks.lib

Voir aussi

KsPropertyHandler