###User Defined Function###
_GDIPlus_ImageLoadFromStream

###Description###
Creates an Image object based on a stream

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_ImageLoadFromStream ( $pStream )


###Parameters###
@@ParamTable@@
$pStream
	Pointer to an IStream interface
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a pointer to a new Image object.
Failure:	0 and sets the @error flag to non-zero, @extended may contain GPSTATUS ($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


###See Also###
@@MsdnLink@@ GdipLoadImageFromStream


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