Share via


BacklightAdvApplet (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL BacklightAdvApplet(
  HWND hDlg
);

Parameters

  • hDlg
    [in] Handle to the dialog box.

Return Value

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

Header advbacklight.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Shell OS Functions