SetBrightness

 

 

#include “BlackIceDEVMODE.h”

 

BOOL             SetBrightness(DWORD brightness, BlackIceDEVMODE* pDevMode);

Description

Sets the Brightness member of the BlackIceDEVMODE. Sets the value of the 'Intensity' slider.

Parameters

DWORD brightness                                                - Intensity (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