ICM_DRAW_CHANGEPALETTE  2ABKJEV 

The ICM_DRAW_CHANGEPALETTE message notifies a rendering driver that the movie palette is changing. You can send this message explicitly or by using the ICDrawChangePaletteGEPU4O macro.

ICM_DRAW_CHANGEPALETTE

wParam = (DWORD) (LPVOID) lpbiInput;

lParam = 0;

 

Parameters

lpbiInput

Address of a BITMAPINFO.2PXNH structure containing the new format and optional color table.

 

Return Values

Returns ICERR_OK if successful or FALSE otherwise.

Remarks

This message should be supported by installable rendering handlers that draw DIBs with an internal structure that includes a palette.

See Also

BITMAPINFO, ICDrawChangePalette