Função AcxTargetStreamGetWdfIoTarget (acxtargets.h)
A função AcxTargetStreamGetWdfIoTarget retornará um objeto WDF WDFIOTARGET associado ao fluxo especificado.
Sintaxe
WDFIOTARGET AcxTargetStreamGetWdfIoTarget(
ACXTARGETSTREAM TargetStream
);
Parâmetros
TargetStream
Um objeto ACXTARGETSTREAM existente. Para obter mais informações sobre objetos ACX, consulte Resumo de objetos ACX.
Valor de retorno
Retorna o objeto WDFIOTARGET WDF associado ao fluxo de destino especificado.
Observações
Exemplo
WDFIOTARGET
Aggregator_GetTarget(
_In_ ACXTARGETSTREAM Stream
)
{
PAGED_CODE();
return AcxTargetStreamGetWdfIoTarget(Stream);
}
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 |