Assuming csidl is required, the following result was found.
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
Const SHGFI_PIDL = $000000008 Const SHGFI_USEFILEATTRIBUTES = $000000010 ;#end region ;#region Shell Special Folder Const CSIDL_DESKTOP = $0000 Const CSIDL_INTERNET = $0001 Const CSIDL_PROGRAMS = $0002 Const CSIDL_CONTROLS = $0003 Const CSIDL_PRINTERS =...