ICM_DRAW_END

The ICM_DRAW_END message is sent to rendering drivers to clean up after decompressing an image to the screen.

Parameters
dwParam1
Not used.
dwParam2
Not used.
Return Value

Returns ICERR_OK if successful. Otherwise, returns an error number.

Comments

The ICM_DRAW_BEGIN and ICM_DRAW_END messages do not nest. If your driver receives ICM_DRAW_BEGIN before decompression is stopped with ICM_DRAW_END, it should restart decompression with new parameters.