Searched refs:lpfnDrawThemeBackground (Results 1 – 1 of 1) sorted by relevance
70 DrawThemeBackground_Proc_T lpfnDrawThemeBackground; member in VisualStylesAPI100 …lpfnDrawThemeBackground = (DrawThemeBackground_Proc_T)osl_getAsciiFunctionSymbol( mhModule, "DrawT… in VisualStylesAPI()109 lpfnDrawThemeBackground = NULL; in VisualStylesAPI()143 if(lpfnDrawThemeBackground) in DrawThemeBackground()144 return (*lpfnDrawThemeBackground) (hTheme, hdc, iPartId, iStateId, pRect, pClipRect); in DrawThemeBackground()
Completed in 17 milliseconds