函数参考


_WinAPI_GetThemeFilename

Retrieves the value of a filename property.

#Include <WinAPIEx.au3>
_WinAPI_GetThemeFilename ( $hTheme, $iPartId, $iStateId, $iPropId )

参数

$hTheme Handle to a window's specified theme data.
$iPartId The part that contains the filename property.
$iStateId The state of the part.
$iPropId The property to retrieve ($TMT_*).

返回值

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

注意/说明

None

相关

详情参考

在MSDN中搜索