Home
last modified time | relevance | path

Searched refs:FN_Shutdown (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/mspaint/
H A Datlimagedx.h182 using FN_Shutdown = decltype(&Gdiplus::GdiplusShutdown); variable
199 FN_Shutdown m_Shutdown = NULL;
221 m_Shutdown = (FN_Shutdown)GetProcAddress(m_hGdiPlus, "GdiplusShutdown"); in Init()