#include “BlackIceDEVMODE.h”
BOOL SetLossRatio(DWORD lossratio, BlackIceDEVMODE* pDevMode);
Description
Sets the LossRatio member of the BlackIceDEVMODE. Sets the value of the 'JPEG loss ratio' slider.
Parameters
DWORD lossratio - JPEG loss ratio (DWORD number).
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None