Searched refs:hinstPrintMonitor (Results 1 – 1 of 1) sorted by relevance
136 HINSTANCE hinstPrintMonitor = NULL; in InitializePrintMonitorList() local237 hinstPrintMonitor = LoadLibraryW(pPrintMonitor->pwszFileName); in InitializePrintMonitorList()238 if (!hinstPrintMonitor) in InitializePrintMonitorList()244 pPrintMonitor->hModule = hinstPrintMonitor; in InitializePrintMonitorList()247 …pfnInitializePrintMonitor2 = (PInitializePrintMonitor2)GetProcAddress(hinstPrintMonitor, "Initiali… in InitializePrintMonitorList()466 HINSTANCE hinstPrintMonitor = NULL; in AddPrintMonitorList() local535 hinstPrintMonitor = LoadLibraryW(pPrintMonitor->pwszFileName); in AddPrintMonitorList()536 if (!hinstPrintMonitor) in AddPrintMonitorList()543 pPrintMonitor->hModule = hinstPrintMonitor; in AddPrintMonitorList()546 …pfnInitializePrintMonitor2 = (PInitializePrintMonitor2)GetProcAddress(hinstPrintMonitor, "Initiali… in AddPrintMonitorList()[all …]