Searched refs:csidl (Results 1 – 3 of 3) sorted by relevance
19 int GetIconIndexForCSIDL(int csidl) in GetIconIndexForCSIDL() argument22 SHGetSpecialFolderLocation(NULL, csidl, &pidl); in GetIconIndexForCSIDL()
51 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()