Partager via


AcxTargetElementGetWdfIoTarget, fonction (acxtargets.h)

La fonction AcxTargetElementGetWdfIoTarget en fonction d’un objet ACXTARGETELEMENT existant, retourne son objet WDFIOTARGET correspondant. Pour plus d’informations sur les cibles d’E/S WDF, consultez Initialisation d’une cible d’E/S générale.

Syntaxe

WDFIOTARGET AcxTargetElementGetWdfIoTarget(
  ACXTARGETELEMENT TargetElement
);

Paramètres

TargetElement

Objet ACXTARGETELEMENT existant. Pour plus d’informations sur les objets ACX, consultez Résumé des objets ACX.

Valeur de retour

Objet WDFIOTARGET associé à l’élément cible.

Remarques

Exemple


    WDFIOTARGET ioTarget;

    ioTarget = AcxTargetElementGetWdfIoTarget(targetElement);

Configuration requise pour ACX

version minimale d’ACX : 1.0

Pour plus d’informations sur les versions ACX, consultez vue d’ensemble de la version ACX.

Exigences

Exigence Valeur
d’en-tête acxtargets.h
IRQL <= DISPATCH_LEVEL

Voir aussi