03-02-2009, 05:12 PM
It depends on Windows version. On Vista the function is exported by name, on some other OS - only by ordinal.
in
dll shell32 [232]#SHSetFolderPathW csidl hToken dwFlags @*pszPath
232 is ordinal.
in
dll shell32 [232]#SHSetFolderPathW csidl hToken dwFlags @*pszPath
232 is ordinal.
