###User Defined Function###
_GDIPlus_BitmapCreateFromResource

###Description###
Creates a Bitmap object based on an icon

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_BitmapCreateFromResource ( $hInst, $vResourceName )


###Parameters###
@@ParamTable@@
$hInst
	Handle to an instance of a module whose executable file contains a bitmap resource
$vResourceName
	The resource name string or identifier
@@End@@

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


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


###Related###
_GDIPlus_ImageDispose, _WinAPI_GetModuleHandle


###See Also###
@@MsdnLink@@ GdipCreateBitmapFromResource


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