NotifyWinUserSystem (Windows Embedded CE 6.0)
1/5/2010
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
Reference
Other Resources
Windows Embedded CE Modules and Components
SystemParametersInfo