###User Defined Function###
_WinAPI_GetIconDimension

###Description###
Retrieves a dimension of the specified icon.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_GetIconDimension ( $hIcon )


###Parameters###
@@ParamTable@@
$hIcon
	Handle to the icon to retrieve dimension.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	$tagSIZE structure that contains the icon dimension, in pixels.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


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