NotifyWinUserSystem (Windows CE 5.0)
This function notifies the system that a system setting was changed.
void NotifyWinUserSystem(UINTuEvent );
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 Values
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
OS Versions: Windows CE 2.10 and later.
Header: Pwinuser.h.
Link Library: Coredll.lib.
See Also
nk Module | SystemParametersInfo
Send Feedback on this topic to the authors