Assuming cdds is required, the following result was found.
Win32 Constantshttp://mail.joellipman.com/articles/automation/autohotkey/win32-constants.html
= $0040 Const CDIS_MARKED = $0080 Const CDIS_INDETERMINATE = $0100 ;#End Region ;#Region Custom Draw Draw State Flags Const CDDS_PREPAINT = $00000001 Const CDDS_POSTPAINT = $00000002 Const CDDS_PREERASE = $00000003 Const CDDS_POSTERASE = $00000004 Const...