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 retournée
Objet WDFIOTARGET associé à l’élément cible.
Remarques
Exemple
WDFIOTARGET ioTarget;
ioTarget = AcxTargetElementGetWdfIoTarget(targetElement);
Configuration requise pour ACX
Version ACX minimale : 1.0
Pour plus d’informations sur les versions d’ACX, consultez Vue d’ensemble des versions d’ACX.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |