ICM_COMPRESS
The
ICM_COMPRESS message notifies a video compression driver to compress a frame of
data into an application-defined buffer.
ICM_COMPRESS
wParam = (DWORD) (LPVOID) &icc;
lParam = sizeof(ICCOMPRESS);
Parameters
icc
Address of an
ICCOMPRESS
The driver
should also use the biSizeImage member of the BITMAPINFOHEADER
lParam
Size, in
bytes, of ICCOMPRESS.
Return Values
Returns
ICERR_OK if successful or an error otherwise.
See Also