NotifyWinUserSystem (Compact 2013)
10/16/2014
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 |