Retrieves the Boolean value of a system metric.
#Include <WinAPIEx.au3>
_WinAPI_GetThemeSysBool ( $hTheme, $iBoolId )
$hTheme | Handle to the theme data. |
$iBoolId | The value that specifies the system Boolean metric desired. It may be the following value. $TMT_FLATMENUS |
Success | The value of desired system metric. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索