AcxTargetFactoryCircuitFormatRequestForMethod - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxtargets.h

NTSTATUS AcxTargetFactoryCircuitFormatRequestForMethod(
  ACXTARGETFACTORYCIRCUIT TargetFactoryCircuit,
  WDFREQUEST              Request,
  PACX_REQUEST_PARAMETERS Params
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetfactorycircuitformatrequestformethod)

Description

The AcxTargetFactoryCircuitFormatRequestForMethod formats a WDFREQUEST as an ACX method request to be used on specified circuit factory target.

Parameters

TargetFactoryCircuit

An ACXTARGETFACTORYCIRCUIT handle. For more information about ACX objects, see Summary of ACX Objects.

Request

A WDFREQUEST handle described in Summary of Framework Objects. For general information about WDF requests, see Creating Framework Request Objects.

Params

An initialized ACX_REQUEST_PARAMETERS structure that is used to store request parameter information.

Return value

Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also