#include “BlackIceDEVMODE.h”
DWORD GetLossRatio(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the LossRatio member of the BlackIceDEVMODE. Represents the value of the 'JPEG loss ratio' slider.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
JPEG loss ratio (DWORD number).
Programming Notes
None
Code Example
None