wParam = (DWORD) (LPVOID) lpbiInput;
lParam = (DWORD) (LPVOID) lpbiOutput;
Requests that the video decompression driver supply the color table of the output BITMAPINFOHEADER structure.
If lParam is nonzero, the driver sets the biClrUsed member of the BITMAPINFOHEADER structure to the number of colors in the color table. The driver fills the bmiColors members of the BITMAPINFO structure with the actual colors.
The driver should support this message only if it uses a palette other than the one specified in the input format.
ICM_DECOMPRESS_GET_FORMAT