// acxpin.h
NTSTATUS AcxMicArrayGeometryAddMicrophoneCoordinates(
[in] ACXMICARRAYGEOMETRY MicArrayGeometry,
[in] PACX_MICROPHONE_COORDINATES MicrophoneCoordinates,
[in] ULONG MicrophoneCoordinatesCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxMicArrayGeometryAddMicrophoneCoordinates function adds physical coordinates to a microphone array geometry.
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.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.