SHGetSetSettings
[DllImport("shell32.dll")]
public static extern bool SHGetSetSettings(
ref SHFOLDERCUSTOMSETTINGS pscs,
SHGSS dwMask
);
Microsoft documentation: Link
Last updated
[DllImport("shell32.dll")]
public static extern bool SHGetSetSettings(
ref SHFOLDERCUSTOMSETTINGS pscs,
SHGSS dwMask
);
Microsoft documentation: Link
Last updated