Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 2.59 KB

nf-acxpin-acxmicarraygeometrycreate.md

File metadata and controls

85 lines (65 loc) · 2.59 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:acxpin.AcxMicArrayGeometryCreate
audio
AcxMicArrayGeometryCreate
12/16/2022
Windows
The AcxMicArrayGeometryCreate function creates and initializes a new ACXMICARRAYGEOMETRY object.
false
function
acxpin.h
PASSIVE_LEVEL
apiref
LibDef
acxpin.h
AcxMicArrayGeometryCreate
AcxMicArrayGeometryCreate
acxpin/AcxMicArrayGeometryCreate
c++

-description

The AcxMicArrayGeometryCreate function creates and initializes a new ACXMICARRAYGEOMETRY object.

-parameters

-param AcxCircuit [in]

The ACXCIRCUIT object to which the mic array geometry will be added. For more information about ACX objects, see Summary of ACX Objects.

-param Attributes [in]

Pointer to a WDF_OBJECT_ATTRIBUTES structure to use when initializing the new ACXMICARRAYGEOMETRY structure.

-param Config [in]

Pointer to an ACX_MICARRAYGEOMETRY_CONFIG structure to use when initializing the new ACXMICARRAYGEOMETRY structure.

-param MicArrayGeometry [out]

Pointer to the newly created ACXMICARRAYGEOMETRY structure.

-returns

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

-remarks

Call the ACX_MICARRAYGEOMETRY_CONFIG_INIT function to initialize the ACX_MICARRAYGEOMETRY_CONFIG structure before using it to call AcxMicArrayGeometryCreate.

ACX requirements

Minimum ACX version: 1.0

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

-see-also