The ICM_DRAW_QUERY message is sent to a rendering driver to determine if it can render data in a specific format.
Returns ICERR_OK if the driver can render data in the specified format. Otherwise, returns ICERR_BADFORMAT indicating that the format is not supported.
This message asks if the driver recognizes the format for drawing operations. The ICM_DRAW_BEGIN message determines if the driver can draw the data.