Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GdiplusShutdown function cleans up resources used by Windows GDI+. Each call to GdiplusStartup should be paired with a call to GdiplusShutdown.
Syntax
void GdiplusShutdown(
ULONG_PTR token
);
Parameters
token
Type: [in] ULONG_PTR
Token returned by a previous call to GdiplusStartup.
Return value
None
Remarks
You must call GdiplusStartup before you create any GDI+ objects, and you must delete all of your GDI+ objects (or have them go out of scope) before you call GdiplusShutdown.
Examples
For an example of calling GdiplusStartup and GdiplusShutdown, see GdiplusStartup.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | gdiplusinit.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |