#include “BlackIceDEVMODE.h”
DWORD GetDithering(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the Dithering member of the BlackIceDEVMODE. Represents the value of the 'Photo Quality' radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Photo Quality (DWORD number)
Programming Notes
None
Code Example
None