###User Defined Function###
_WinAPI_CreateBitmapIndirect

###Description###
Creates a bitmap with the specified width, height, and color format (color planes and bits-per-pixel).

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_CreateBitmapIndirect ( $tBITMAP )


###Parameters###
@@ParamTable@@
$tBITMAP
	$tagBITMAP structure that contains information about the bitmap.
	If an application sets the "bmWidth" or "bmHeight" members to zero, <a href="_WinAPI_CreateBitmapIndirect.htm">_WinAPI_CreateBitmapIndirect()</a> returns the handle to a 1-by-1 pixel, monochrome bitmap.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	Handle to the device-dependent (DDB) bitmap.
Failure 	0.
@@End@@


###Remarks###
When you no longer need the bitmap, call the <a href="_WinAPI_DeleteObject.htm">_WinAPI_DeleteObject()</a> function to delete it.


###Related###
_WinAPI_DeleteObject


###See Also###
@@MsdnLink@@ CreateBitmapIndirect
