IMFTimedTextTrack::GetExtendedErrorCode method (mfmediaengine.h)

Gets the extended error code for the latest error associated with the track.

Syntax

HRESULT GetExtendedErrorCode();

Return value

Type: HRESULT

The extended error code for the latest error associated with the track.

Remarks

If the most recent error was associated with a track, this value will be the same HRESULT as returned by the IMFTimedTextNotify::Error method.

Requirements

Requirement Value
Target Platform Windows
Header mfmediaengine.h
Library Mfmediaengine.lib
DLL Mfmediaengine.dll

See also

IMFTimedTextTrack