Searched refs:phInstance (Results 1 – 6 of 6) sorted by relevance
| /plan9-contrib/sys/src/cmd/gs/src/ |
| H A D | gs16spl.c | 68 HINSTANCE phInstance; variable 191 lpfnSpoolProc = (DLGPROC) MakeProcInstance((FARPROC) SpoolDlgProc, phInstance); in init_window() 192 hwndspl = CreateDialog(phInstance, "SpoolDlgBox", HWND_DESKTOP, lpfnSpoolProc); in init_window() 202 phInstance = hInstance; in WinMain()
|
| H A D | gp_mswin.h | 48 extern HINSTANCE phInstance;
|
| H A D | gp_msdll.c | 39 phInstance = hInst; in DllEntryPoint()
|
| H A D | gp_mswin.c | 66 HINSTANCE phInstance; variable 379 iport = DialogBoxParam(phInstance, "QueueDlgBox", (HWND) NULL, SpoolDlgProc, (LPARAM) buffer); in get_queuename() 418 iport = DialogBoxParam(phInstance, "SpoolDlgBox", (HWND) NULL, SpoolDlgProc, (LPARAM) buffer); in get_portname() 547 GetModuleFileName(phInstance, command, sizeof(command)); in gp_printfile_gs16spl()
|
| H A D | dwuninst.cpp | 54 HINSTANCE phInstance; variable 835 phInstance = hInstance; in WinMain()
|
| H A D | gdevwpr2.c | 408 wdev->hDlgModeless = CreateDialog(phInstance, "CancelDlgBox", in win_pr2_open()
|