1 // 启动GDI+,DestroyWindow函数进行析构 2 GdiplusStartup(&m_ulGdiplusToken, &m_tGdiplusStartupInput, NULL); 3 ... ... 4 // 停止GDI+ 5 GdiplusShutdown(m_ulGdiplusToken);