Share via


NotifyWinUserSystem

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function notifies the system that a system setting was changed.

Syntax

void NotifyWinUserSystem(
  UINT uEvent
);

Parameters

  • uEvent
    [in] Specifies the event, which can be one of the values in the following table.

    Value Description

    NWUS_DOUBLE_TAP_CHANGED

    Indicates that the system should reload double-tap time and distance information.

    NWUS_KEYBD_REPEAT_CHANGED

    Indicates that the system should reload the repeat rate and delay settings.

    NWUS_MAX_IDLE_TIME_CHANGED

    Indicates that the system should reload the autopower off time-outs.

Return Value

None.

Remarks

This function is typically used by Control Panel or a similar application.

Control Panel applications should use the SystemParametersInfo function with the appropriate SPI_* value when updating idle time-outs.

Requirements

Header pwinuser.h
Library coredll.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Other Resources

Windows Embedded CE Modules and Components
SystemParametersInfo