The acmFormatChoose function creates an ACM-defined dialog box that enables the user to select a waveform-audio format.
MMRESULT acmFormatChoose(
LPACMFORMATCHOOSE pfmtc
);
The pwfx member of this structure must contain a valid pointer to a memory location that will contain the returned format header structure. Moreover, the cbwfx member must be filled in with the size, in bytes, of this memory buffer.
Returns MMSYSERR_NOERROR if successful or an error otherwise. Possible return values include the following:
Value | Description |
---|---|
ACMERR_CANCELED | The user chose the Cancel button or the Close command on the System menu to close the dialog box. |
ACMERR_NOTPOSSIBLE | The buffer identified by the pwfx member of the ACMFORMATCHOOSE structure is too small to contain the selected format. |
MMSYSERR_INVALFLAG | At least one flag is invalid. |
MMSYSERR_INVALHANDLE | The specified handle is invalid. |
MMSYSERR_INVALPARAM | At least one parameter is invalid. |
MMSYSERR_NODRIVER | A suitable driver is not available to provide valid format selections. |
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in msacm.h.
Import Library: Use msacm32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT.
Audio Compression Manager Overview, Audio Compression Functions, ACMFORMATCHOOSE