AcxMicArrayGeometryAddMicrophoneCoordinates - NtDoc

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

NTSTATUS AcxMicArrayGeometryAddMicrophoneCoordinates(
  [in] ACXMICARRAYGEOMETRY         MicArrayGeometry,
  [in] PACX_MICROPHONE_COORDINATES MicrophoneCoordinates,
  [in] ULONG                       MicrophoneCoordinatesCount
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acxmicarraygeometryaddmicrophonecoordinates)

Description

The AcxMicArrayGeometryAddMicrophoneCoordinates function adds physical coordinates to a microphone array geometry.

Parameters

MicArrayGeometry [in]

The ACX_MIC_ARRAY_GEOMETRY object to which the new coordinates are to be added. For more information about ACX objects, see Summary of ACX Objects.

MicrophoneCoordinates [in]

An array of ACX_MICROPHONE_COORDINATES to add to the microphone array geometry.

MicrophoneCoordinatesCount [in]

The number of coordinates to add.

Return value

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

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also