函数参考


_WinAPI_GetThemeSysString

Retrieves the value of a system string.

#Include <WinAPIEx.au3>
_WinAPI_GetThemeSysString ( $hTheme, $iStringId )

参数

$hTheme Handle to the theme data.
$iStringId The value that specifies a system string. It may be one of the following values.

$TMT_CSSNAME
$TMT_XMLNAME

返回值

Success The string value.
Failure Empty string and sets the @error flag to non-zero, @extended flag may contain the system error code.

注意/说明

If the theme data handle is not 0, this function returns the desired string from the SysMetrics section of the
visual style, otherwise, the function returns the value of the global system metric.

相关

详情参考

在MSDN中搜索