ICM_DRAW_QUERY

See also ICM_DECOMPRESS_QUERY, ICM_DRAW_BEGIN


wParam = (DWORD) (LPVOID) lpbiInput;
lParam = 0;

Queries a rendering driver to determine if it can render data in a specific format.

wparam

Address of a BITMAPINFO structure describing the input format.

This message differs from the ICM_DRAW_BEGIN message in that it queries the driver in a general sense. ICM_DRAW_BEGIN determines if the driver can draw the data using the specified format under specific conditions, such as stretching the image.