Home
last modified time | relevance | path

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

/dports/print/pstotext/pstotext-1.9/
H A Dpstotxtd.c121 PFN_pstotextExit dllfn_pstotextExit; variable
170 dllfn_pstotextExit = (PFN_pstotextExit) GetProcAddress(pstotextModule, "pstotextExit"); in load_pstotext()
171 if (dllfn_pstotextExit == (PFN_pstotextExit)NULL) { in load_pstotext()
192 dllfn_pstotextExit(pstotextInstance); in unload_pstotext()
219 dllfn_pstotextExit = pstotextExit; in load_pstotext()
296 …if ((rc = DosQueryProcAddr(pstotextModule, 0, "pstotextExit", (PFN *)(&dllfn_pstotextExit))) !=0) { in load_pstotext()
318 dllfn_pstotextExit(pstotextInstance); in unload_pstotext()