Funktionreferenz


_WinAPI_GetThemeInt


Retrieves the value of an INT property

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

Parameter

$hTheme Handle to a window's specified theme data.
$iPartID The part that contains the INT property.
$iStateID The state of the part.
$iPropID The property to retrieve ($TMT_*).

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetThemeInt in der MSDN Bibliothek.