Função AcxTargetPinGetWdfIoTarget (acxtargets.h)
O AcxTargetPinGetWdfIoTarget dado um objeto ACXTARGETPIN existente, retorna seu objeto WDFIOTARGET correspondente. Para obter mais informações sobre destinos de E/S do WDF, consulte Inicializando umde destino de E/S geral.
Sintaxe
WDFIOTARGET AcxTargetPinGetWdfIoTarget(
ACXTARGETPIN TargetPin
);
Parâmetros
TargetPin
Um objeto ACXTARGETPIN existente. Para obter mais informações sobre objetos ACX, consulte Resumo de objetos ACX.
Valor de retorno
Retorna o objeto WDFIOTARGET associado ao destino do pino de destino.
Observações
Exemplo
_In_ ACXTARGETPIN PinTarget;
...
WDFIOTARGET ioTarget;
ioTarget = AcxTargetPinGetWdfIoTarget(PinTarget);
Requisitos do ACX
versão mínima do ACX: 1.0
Para obter mais informações sobre versões do ACX, consulte visão geral da versão do ACX.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |