Funktionreferenz


_WinAPI_GetThemeSysInt


Retrieves the value of a system INT

#include <WinAPITheme.au3>
_WinAPI_GetThemeSysInt ( $hTheme, $iIntID )

Parameter

$hTheme Handle to the theme data.
$iIntID The value that specifies the desired system INT. It may be the following value.
$TMT_MINCOLORDEPTH

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetThemeSysInt in der MSDN Bibliothek.