Retrieves the value of a system INT
#include <WinAPITheme.au3>
_WinAPI_GetThemeSysInt ( $hTheme, $iIntID )
$hTheme | Handle to the theme data. |
$iIntID | The value that specifies the desired system INT. It may be the following value. $TMT_MINCOLORDEPTH |
Success: | The system integer value. |
Failure: | Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code. |
Search GetThemeSysInt in MSDN Library.