Does ICM have to be handled by the driver in order for it to be recognized
as one supporting JPEG compressed images? DDK is somewhat vague on the
issue. Also it appears that for unidriver you should rather hook Escape
instead of QueryDeviceSupport (it never gets called?). However, when
application calls ExtEscape with QUERYESCSUPPORT and CHECKJPEGFORMAT
parameters, it always returns 0, while rendering plug-in never gets called.
(Though if you do QUERYESCSUPPORT for something else, it will call Escape of
plug-in.) The flGraphicsCaps2 has GCAPS2_JPEGSRC bits set and both
QueryDeviceSupport and Escape are hooked. Am I missing something? ICM?