On Sun, 29 Aug 2004, Saulius Krasuckas wrote:
Lets try. I am not sure about many things:
1, whether is better to duplicate code SHGetFolderPathW() or to try finding it by an ordinal its value (the case for the older versions of SHELL32.DLL) as it was stated by Juergen?
2, shouldn't we output the whole string of pszPath instead of printing just a pointer value?
(I mean in the TRACE() call)
3, should I call DisableThreadLibraryCalls() when dll is being loaded? Lots of dll are doing this.
4, MSDN tells that A and W versions of this function fail differently at the same some conditions. Do we need to write additional test case to be sure?