###User Defined Function###
_GDIPlus_BitmapUnlockBits

###Description###
Unlocks a portion of a bitmap that was locked by _GDIPlus_BitmapLockBits

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_BitmapUnlockBits ( $hBitmap, $tBitmapData )


###Parameters###
@@ParamTable@@
$hBitmap
	Handle to a bitmap object
$tBitmapData
	$tagGDIPBITMAPDATA structure previously passed to <a href="_GDIPlus_BitmapLockBits.htm">_GDIPlus_BitmapLockBits()</a>
@@End@@

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


###Remarks###
When you are done with the locked portion, call <a href="_GDIPlus_BitmapUnlockBits.htm">_GDIPlus_BitmapUnlockBits()</a> to release the locked region.


###Related###
_WinAPI_DeleteObject


###See Also###
@@MsdnLink@@ GdipBitmapUnlockBits


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