ICM_DECOMPRESS_END

See also ICM_COMPRESS_END, ICM_DECOMPRESS, ICM_DECOMPRESS_BEGIN, ICM_DRAW_END


wParam = 0;
lParam = 0;

Notifies a video decompression driver to end decompressing and free resources allocated for decompression.

The driver should free any resources allocated for ICM_DECOMPRESS_BEGIN.

ICM_DECOMPRESS_BEGIN and ICM_DECOMPRESS_END do not nest. If your driver receives ICM_DECOMPRESS_BEGIN before decompression is stopped with ICM_DECOMPRESS_END, it should restart decompression with new parameters.