Assuming shgfi is required, the following result was found.
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
= 3 Const DRIVE_REMOTE = 4 Const DRIVE_CDROM = 5 Const DRIVE_RAMDISK = 6 ;#End region ;#region Shell File Info Flags Const SHGFI_ICON = $000000100 Const SHGFI_DISPLAYNAME = $000000200 Const SHGFI_TYPENAME = $000000400 Const SHGFI_ATTRIBUTES = $000000800...