Assuming tvht is required, the following result was found.
Win32 Constantshttp://mail.joellipman.com/articles/automation/autohotkey/win32-constants.html
= $8000 ;#end region ;#region WinErrors Const NOERROR = $00000000 ;#end region ;#region TreeViewHitTest Const TVHT_NOWHERE = $0001 Const TVHT_ONITEMICON = $0002 Const TVHT_ONITEMLABEL = $0004 Const TVHT_ONITEMINDENT = $0008 Const TVHT_ONITEMBUTTON =...