#include “BlackIceDEVMODE.h”
DWORD GetBrightness(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the Brightness member of the BlackIceDEVMODE. Represents the value of the 'Intensity' slider.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
Intensity (DWORD number)
Programming Notes
None
Code Example
None