Searched defs:hModUxTheme (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxVRDP.cpp267 RTLDRMOD hModUxTheme; member in struct:_VBOXVRDPCONTEXT
285 int rc = RTLdrLoadSystem("UxTheme.dll", false /*fNoUnload*/, &gCtx.hModUxTheme);
288 *(PFNRT *)&gCtx.pfnEnableTheming = RTLdrGetFunction(gCtx.hModUxTheme, "EnableTheming");
289 *(PFNRT *)&gCtx.pfnIsThemeActive = RTLdrGetFunction(gCtx.hModUxTheme, "IsThemeActive");
293 gCtx.hModUxTheme = NIL_RTLDRMOD;
309 if (gCtx.hModUxTheme != NIL_RTLDRMOD)
311 RTLdrClose(gCtx.hModUxTheme);
312 gCtx.hModUxTheme = NIL_RTLDRMOD;

Completed in 48 milliseconds