Draws a rectangle in the style used to indicate that the rectangle has the focus.
#Include <WinAPIEx.au3>
_WinAPI_DrawFocusRect ( $hDC, $tRECT )
| $hDC | A handle to the device context. |
| $tRECT | $tagRECT structure that specifies the logical coordinates of the rectangle that is to be drawn. |
| 成功: | 返回 1. |
| 失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索