From: Fabian Maurer Subject: Re: [PATCH 3/4] shell32/tests: Add tests for SHGetKnownFolderPath() flags. Message-Id: <8183705.rzBq0yr8Op@arch> Date: Fri, 22 Jun 2018 21:46:53 +0200 In-Reply-To: <20180622113403.31923-3-jkucia@codeweavers.com> References: <20180622113403.31923-3-jkucia@codeweavers.com> While probably not very relevant, when doing something like ---------- SHSetKnownFolderPath(&FOLDERID_SavedGames, KF_FLAG_DONT_UNEXPAND, NULL, new_path); SHGetKnownFolderPath(&FOLDERID_SavedGames, KF_FLAG_DONT_UNEXPAND, 0, &path2); ---------- then KF_FLAG_DONT_UNEXPAND still doesn't seem to do anything.I figured that's where the flag was useful, but it is completely ignored. Do we want a testcase for that too? Regards, Fabian Maurer

While probably not very relevant, when doing something like

 

----------

SHSetKnownFolderPath(&FOLDERID_SavedGames, KF_FLAG_DONT_UNEXPAND, NULL, new_path);

SHGetKnownFolderPath(&FOLDERID_SavedGames, KF_FLAG_DONT_UNEXPAND, 0, &path2);

----------

 

then KF_FLAG_DONT_UNEXPAND still doesn't seem to do anything.I figured that's where the flag was useful, but it is completely ignored.

Do we want a testcase for that too?

 

Regards,

Fabian Maurer