Skip to content

Latest commit

 

History

History
112 lines (92 loc) · 3.01 KB

nf-mmeapi-midioutgeterrortext.md

File metadata and controls

112 lines (92 loc) · 3.01 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mmeapi.midiOutGetErrorText
midiOutGetErrorText function (mmeapi.h)
The midiOutGetErrorText (mmeapi.h) function retrieves a textual description for an error identified by the specified error code.
_win32_midiOutGetErrorText
midiOutGetErrorText
midiOutGetErrorText function [Windows Multimedia]
midiOutGetErrorTextA
midiOutGetErrorTextW
mmeapi/midiOutGetErrorText
mmeapi/midiOutGetErrorTextA
mmeapi/midiOutGetErrorTextW
multimedia.midioutgeterrortext
multimedia\midioutgeterrortext.htm
Multimedia
e0e9a22f-da8b-4c87-bbdb-dedc22336503
08/05/2022
_win32_midiOutGetErrorText, midiOutGetErrorText, midiOutGetErrorText function [Windows Multimedia], midiOutGetErrorTextA, midiOutGetErrorTextW, mmeapi/midiOutGetErrorText, mmeapi/midiOutGetErrorTextA, mmeapi/midiOutGetErrorTextW, multimedia.midioutgeterrortext
mmeapi.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
midiOutGetErrorTextW (Unicode) and midiOutGetErrorTextA (ANSI)
Winmm.lib
Winmm.dll
Windows
19H1
midiOutGetErrorText
mmeapi/midiOutGetErrorText
c++
APIRef
kbSyntax
DllExport
Winmm.dll
API-MS-Win-mm-mme-l1-1-0.dll
winmmbase.dll
midiOutGetErrorText
midiOutGetErrorTextA
midiOutGetErrorTextW

midiOutGetErrorText function

-description

The midiOutGetErrorText function retrieves a textual description for an error identified by the specified error code.

-parameters

-param mmrError

Error code.

-param pszText

Pointer to a buffer to be filled with the textual error description.

-param cchText

Length, in characters, of the buffer pointed to by lpText.

-returns

Returns MMSYSERR_NOERROR if successful or an error otherwise. Possible error values include the following.

Return code Description
MMSYSERR_BADERRNUM
The specified error number is out of range.
MMSYSERR_INVALPARAM
The specified pointer or structure is invalid.

-remarks

If the textual error description is longer than the specified buffer, the description is truncated. The returned error string is always null-terminated. If cchText is zero, nothing is copied, and the function returns MMSYSERR_NOERROR. All error descriptions are less than MAXERRORLENGTH characters long.

-see-also

MIDI Functions