Partager via


KsTopologyPropertyHandler, fonction (ks.h)

La fonction KsTopologyPropertyHandler gère les membres statiques du jeu de propriétés KSPROPSETID_Topology . La fonction utilise la structure KSTOPOLOGY , qui décrit l’ensemble d’informations retournées par ce jeu de propriétés.

Syntaxe

KSDDKAPI NTSTATUS KsTopologyPropertyHandler(
  [in]      PIRP             Irp,
  [in]      PKSPROPERTY      Property,
  [in, out] PVOID            Data,
  [in]      const KSTOPOLOGY *Topology
);

Paramètres

[in] Irp

Spécifie l’IRP qui gère la demande de propriété.

[in] Property

Spécifie la propriété spécifique interrogée.

[in, out] Data

Spécifie les données spécifiques à la propriété de topologie.

[in] Topology

Pointe vers une structure KSTOPOLOGY contenant les informations de topologie.

Valeur retournée

La fonction KsTopologyPropertyHandler retourne STATUS_SUCCESS si elle réussit, ou renvoie une erreur spécifique à la propriété gérée. La fonction remplit toujours le IO_STATUS_BLOCK. Champ d’informations du PIRP. Élément IoStatus dans l’IRP. Il ne définit pas le IO_STATUS_BLOCK. Le champ État ne termine pas non plus l’IRP.

Configuration requise

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