###User Defined Function###
_WinAPI_GetStretchBltMode

###Description###
Retrieves the current stretching mode.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_GetStretchBltMode ( $hDC )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The current stretching mode ($STRETCH_*).
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetStretchBltMode
