Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgs16spl.c68 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 Dgp_mswin.h48 extern HINSTANCE phInstance;
H A Dgp_msdll.c39 phInstance = hInst; in DllEntryPoint()
H A Dgp_mswin.c66 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 Ddwuninst.cpp54 HINSTANCE phInstance; variable
835 phInstance = hInstance; in WinMain()
H A Dgdevwpr2.c408 wdev->hDlgModeless = CreateDialog(phInstance, "CancelDlgBox", in win_pr2_open()