###User Defined Function###
_WinAPI_GetThemeTransitionDuration

###Description###
Gets the duration for the specified transition.

###Syntax###
#include <WinAPITheme.au3>
_WinAPI_GetThemeTransitionDuration ( $hTheme, $iPartID, $iStateIDFrom, $iStateIDTo, $iPropID )


###Parameters###
@@ParamTable@@
$hTheme
	Handle of the theme data.
$iPartID
	ID of the part.
$iStateIDFrom
	The state ID of the part before the transition.
$iStateIDTo
	The state ID of the part after the transition.
$iPropID
	The property ID ($TMT_*).
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The transition duration, in milliseconds.
Failure 	Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ GetThemeTransitionDuration


###Example###
@@IncludeExample@@
