Partilhar via


Função AcxTargetFactoryCircuitGetWdfIoTarget (acxtargets.h)

A função AcxTargetFactoryCircuitGetWdfIoTarget, dado um objeto ACXTARGETFACTORYCIRCUIT 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 AcxTargetFactoryCircuitGetWdfIoTarget(
  ACXTARGETFACTORYCIRCUIT TargetFactoryCircuit
);

Parâmetros

TargetFactoryCircuit

Um objeto ACXTARGETFACTORYCIRCUIT existente. Para obter mais informações sobre objetos ACX, consulte Resumo de objetos ACX.

Valor de retorno

Retorna o objeto WDFIOTARGET associado ao ACXTARGETFACTORYCIRCUIT.

Observações

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

Consulte também