IWICBitmapFrameEncode::Commit method (wincodec.h)

Commits the frame to the image.

Syntax

HRESULT Commit();

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

After the frame Commit has been called, you can't use or reinitialize the IWICBitmapFrameEncode object and any objects created from it.

To finalize the image, both the frame Commit and the encoder Commit must be called. However, only call the encoder Commit method after all frames have been committed.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header wincodec.h
Library Windowscodecs.lib
DLL Windowscodecs.dll

See also

Commit

IWICBitmapFrameEncode