###User Defined Function###
_GDIPlus_BitmapCreateHBITMAPFromBitmap

###Description###
Create a handle to a bitmap from a bitmap object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_BitmapCreateHBITMAPFromBitmap ( $hBitmap [, $iARGB = 0xFF000000] )


###Parameters###
@@ParamTable@@
$hBitmap
	Handle to a bitmap object
$iARGB
	[optional] Color object that specifies the background color
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a handle to a HBITMAP.
Failure:	0 and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPID_ERR*).
@@End@@


###Remarks###
When you are done with the Bitmap object, call <a href="_WinAPI_DeleteObject.htm">_WinAPI_DeleteObject()</a> to release the resources.


###Related###
_WinAPI_DeleteObject


###See Also###
@@MsdnLink@@ GdipCreateHBITMAPFromBitmap


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