I see delay in the return to call from
SystemParametersInfo when I set Menu Font size as:
bResult = SystemParametersInfo(SPI_SETNONCLIENTMETRICS, paramMetrics.cbSize,
ref paramMetrics, 0);
I do not understand what is causing the delay in returning from the call. As I set the last parameter to 0, msdn help mentioned if does not broadcast the Wm_SETTINGCHANGE message. Any insight on the cause of the issue is appreciated.
Thanks.