检索 int 的属性值.
#Include <WinAPIEx.au3>
_WinAPI_GetThemeInt ( $hTheme, $iPartId, $iStateId, $iPropId )
$hTheme | 指定主题数据的窗口句柄. |
$iPartId | 包含 int 属性的部件. |
$iStateId | 指定部件的状态值. |
$iPropId | 指定检索的属性值. |
成功: | 返回检索到的值. |
失败: | 返回 0,设置 @error 标志为非 0 值, @extended 标志可能包含一个系统错误代码. |
在MSDN中搜索