GetBrightness

#include “BIADVPRN.H”

 

DWORD  GetBrightness(DEVMODE*  pDevMode);

Description

Returns the value of the Brightness member of the BlackIceDEVMODE. Represents the value of the 'Intensity' slider.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

Intensity (DWORD number).

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.