Tam's sample code has the method. Here it is in one statement;

UInt32 temp;
Boolean fHasSWBrightnessControl =
        FtrGet(sysFtrCreator,sysFtrNumHwrMiscFlags,&temp) == errNone &&
        (temp & hwrMiscFlagHasBacklight) != 0 &&
        FtrGet(sysFtrCreator,sysFtrNumHwrMiscFlagsExt,&temp) == errNone &&
        (temp & hwrMiscFlagExtHasSWBright) != 0;


On Wed, Sep 24, 2008 at 7:51 PM, Luc Le Blanc <[EMAIL PROTECTED]> wrote:
> Jeff Loucks wrote:
>
>> Assuming the device has it, I understand it to be...
>> [...]
>> UInt8 SysLCDBrightness(Boolean set, UInt8 newBrightnessLevel);
>
> How can I know whether the "device has it"? Is the fact
> WinScreenMode( winScreenModeGet, &width, &height, &depth, &color )
> sets the color parameter to true sufficient?
>
>
> Luc Le Blanc
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe, 
> please see http://www.access-company.com/developers/forums/
>



-- 
[Jeff Loucks, Gig Harbor, WA, USA]

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to