Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 2.27 KB

nf-acxcircuit-acxfactorycircuitinitassignproperties.md

File metadata and controls

79 lines (60 loc) · 2.27 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:acxcircuit.AcxFactoryCircuitInitAssignProperties
audio
AcxFactoryCircuitInitAssignProperties
12/14/2022
Windows
The AcxFactoryCircuitInitAssignProperties function assigns one or more ACX properties for the ACXFACTORYCIRCUIT.
false
function
acxcircuit.h
PASSIVE_LEVEL
apiref
HeaderDef
acxcircuit.h
AcxFactoryCircuitInitAssignProperties
AcxFactoryCircuitInitAssignProperties
acxcircuit/AcxFactoryCircuitInitAssignProperties
c++

-description

The AcxFactoryCircuitInitAssignProperties function assigns one or more ACX properties for the ACXFACTORYCIRCUIT.

-parameters

-param FactoryInit

An ACXFACTORYCIRCUIT_INIT structure that is used for circuit factory initialization. This is an opaque structure that is used to store ACX Circuit factory initialization information and associate the factory with a WDF device.

Use the AcxFactoryCircuitInitAllocate function to initialize the ACXFACTORYCIRCUIT_INIT structure.

-param Properties

An ACX_PROPERTY_ITEM structure that defines a set of properties that will be used for circuit initialization.

-param PropertiesCount

A count of the properties that will be used for the circuit factory initialization. This is a one based count.

-returns

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

-remarks

Drivers should only add driver owned properties.

ACX requirements

Minimum ACX version: 1.0

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

-see-also