Searched refs:s_hComCtl32 (Results 1 – 1 of 1) sorted by relevance
2673 static HINSTANCE s_hComCtl32 = NULL; variable2697 if (s_hComCtl32) in FILEDLG_InitMRUList()2700 s_hComCtl32 = GetModuleHandleA("comctl32"); in FILEDLG_InitMRUList()2701 if (!s_hComCtl32) in FILEDLG_InitMRUList()2704 s_pCreateMRUListW = (CREATEMRULISTW)GetProcAddress(s_hComCtl32, (LPCSTR)400); in FILEDLG_InitMRUList()2705 s_pAddMRUStringW = (ADDMRUSTRINGW)GetProcAddress(s_hComCtl32, (LPCSTR)401); in FILEDLG_InitMRUList()2706 s_pFindMRUStringW = (FINDMRUSTRINGW)GetProcAddress(s_hComCtl32, (LPCSTR)402); in FILEDLG_InitMRUList()2707 s_pEnumMRUListW = (ENUMMRULISTW)GetProcAddress(s_hComCtl32, (LPCSTR)403); in FILEDLG_InitMRUList()2708 s_pFreeMRUList = (FREEMRULIST)GetProcAddress(s_hComCtl32, (LPCSTR)152); in FILEDLG_InitMRUList()2715 s_hComCtl32 = NULL; in FILEDLG_InitMRUList()