Share via


BacklightAdvApplet (Windows CE 5.0)

Send Feedback

This function displays the Advanced Backlight dialog box when the user chooses Advanced in the Display Control Panel.

BOOL BacklightAdvApplet(HWND hDlg);

Parameters

  • hDlg
    [in] Handle to the dialog box.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

If your hardware includes advanced backlight functionality, you can add an Advanced button to the Backlight Control Panel application by setting the HKEY_CURRENT_USER\ControlPanel\BackLight\AdvancedCPL registry value to AdvBacklight. You must also implement the BacklightAdvApplet function and include it in the AdvBacklight.dll file to enable the Advanced button. When the user chooses Advanced, the Control Panel application calls BacklightAdvApplet.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Advbacklight.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.