mixing SHELL32.DLL and SHFOLDER.DLL

Saulius Krasuckas saulius2 at ar.fi.lt
Sun Aug 29 16:29:27 CDT 2004


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?





More information about the wine-devel mailing list