SHGetSpecialFolderPath

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. alias SHGetSpecialFolderPath = SHGetSpecialFolderPathW
  2. alias SHGetSpecialFolderPath = SHGetSpecialFolderPathA
    version(!Unicode)
    extern (Windows) nothrow
    static if(_WIN32_IE >= 0x400)
    alias SHGetSpecialFolderPath = SHGetSpecialFolderPathA

Meta