WM_WININICHANGE top-level constant

int const WM_WININICHANGE

An application sends the WM_WININICHANGE message to all top-level windows after making a change to the WIN.INI file. The SystemParametersInfo function sends this message after an application uses the function to change a setting in WIN.INI.

Implementation

const WM_WININICHANGE = 0x001A;