GetUserColorPreference will get the current theme Accent color and the Start menu color through the IMMERSIVE_COLOR_PREFERENCE structure. Its counterpart is SetUserColorPreference
9/15/2022 3:56:45 PM - -151.56.233.32
SetUserColorPreference will set the current theme Accent color and the Start menu color through uint numbers representing colors inside the IMMERSIVE_COLOR_PREFERENCE structure
SetUserColorPreference will set the current theme Accent color and the Start menu color through uint numbers representing colors inside the IMMERSIVE_COLOR_PREFERENCE structure
9/15/2022 3:45:03 PM - -37.101.209.105
.
static extern int SetUserColorPreference(ref IMMERSIVE_COLOR_PREFERENCE pcpPreference, bool fForceSetting);
.
Declare Function SetUserColorPreference Lib "uxtheme.dll" (TODO) As TODO
.
static extern int SetUserColorPreference(ref IMMERSIVE_COLOR_PREFERENCE pcpPreference, bool fForceSetting);