Retrieves the value of a string property.
#Include <WinAPIEx.au3>
_WinAPI_GetThemeString ( $hTheme, $iPartId, $iStateId, $iPropId )
$hTheme | Handle to a window's specified theme data. |
$iPartId | The part that contains the string property. |
$iStateId | The state of the part. |
$iPropId | The property to retrieve ($TMT_*). |
Success | The retrieved string value. |
Failure | Empty string and sets the @error flag to non-zero, @extended flag may contain the system error code. |
在MSDN中搜索