AcxDataFormatGetWaveFormatEx function (acxdataformat.h)

The AcxDataFormatGetWaveFormatEx function gets the WAVEFORMATEX structure associated with the specified data format.

Syntax

PVOID AcxDataFormatGetWaveFormatEx(
  [in] ACXDATAFORMAT DataFormat
);

Parameters

[in] DataFormat

The data format for which to retrieve the WAVEFORMATEX structure.

Return value

Returns a pointer to the WAVEFORMATEX structure associated with the specified DataFormat.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxdataformat.h
IRQL <= DISPATCH_LEVEL

See also