###User Defined Function###
_GDIPlus_Shutdown

###Description###
Clean up resources used by Microsoft Windows GDI+

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_Shutdown (  )


###Parameters###
None.

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


###Remarks###
You must dispose of all of your GDI+ objects before you call <a href="_GDIPlus_Shutdown.htm">_GDIPlus_Shutdown()</a>.


###Related###
_GDIPlus_Startup


###See Also###
@@MsdnLink@@ GdiplusShutdown


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