Searched refs:csidl (Results 1 – 3 of 3) sorted by relevance
17 int GetIconIndexForCSIDL(int csidl) in GetIconIndexForCSIDL() argument20 SHGetSpecialFolderLocation(NULL, csidl, &pidl); in GetIconIndexForCSIDL()
47 int GetIconIndexForCSIDL(int csidl);
351 int csidl = per_user ? CSIDL_LOCAL_APPDATA : CSIDL_COMMON_APPDATA; in GetAppDataFolder() local352 if (!::SHGetSpecialFolderPath(NULL, buffer, csidl, TRUE)) in GetAppDataFolder()