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. |
在MSDN中搜索