函数参考


_WinAPI_GetThemeSysBool

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 值.

注意/说明

If the theme data handle is not 0, this function returns the desired BOOL from the SysMetrics section of the
visual style, otherwise, the function returns the value of the specified system Boolean.

相关

详情参考

在MSDN中搜索