Funktionreferenz


_WinAPI_GetThemeString


Retrieves the value of a string property

#include <WinAPITheme.au3>
_WinAPI_GetThemeString ( $hTheme, $iPartID, $iStateID, $iPropID )

Parameter

$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_*).

Rückgabewert

Success: The retrieved string value.
Failure: Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.

Bemerkungen

None.

Siehe auch

Suche nach GetThemeString in der MSDN Bibliothek.