Function Reference


_WinAPI_GetThemeSysInt

Retrieves the value of a system INT

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

Parameters

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

Return Value

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

See Also

Search GetThemeSysInt in MSDN Library.