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 um 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.
Retornar valor
Retorna o objeto WDFIOTARGET associado ao destino do pino de destino.
Comentários
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 as versões do ACX, consulte Visão geral da versão do ACX.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |