AcxDataFormatGetWaveFormatEx - NtDoc

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

PVOID AcxDataFormatGetWaveFormatEx(
  [in] ACXDATAFORMAT DataFormat
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdataformat-acxdataformatgetwaveformatex)

Description

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

Parameters

DataFormat [in]

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.

See also