GdiplusShutdown (gdiplus)
Last changed: -157.79.100.64

.
Summary
The GdiplusShutdown function cleans up resources used by GDI+. Each call to GdiplusStartup should be paired with a call to GdiplusShutdown.

C# Signature:

[DllImport("gdiplus.dll", SetLastError=true)]
static extern void GdiplusShutdown(ref IntPtr token);

VB Signature:

Declare Function GdiplusShutdown Lib "gdiplus.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation