ICM_SET

wParam = (DWORD) (LPVOID) pv;
lParam = (DWORD) cb;
 

Notifies a video compression driver to set the state of the compressor.

wParam
Address of a block of memory containing configuration data. You can also specify NULL for this parameter to reset the driver to its default state.
lParam
Size, in bytes, of the block of memory.

The information used by ICM_SETSTATE is private and specific to a given compressor. Client applications should use this message only to restore information previously obtained with the ICM_GETSTATE message.

See Also

ICM_GETSTATE