Searched refs:pDlg (Results 1 – 1 of 1) sorted by relevance
59 LPPAGESETUPDLGA pDlg; in test_PageSetupDlgA() local63 if (!pDlg) return; in test_PageSetupDlgA()104 ok( pDlg->hDevMode && pDlg->hDevNames, in test_PageSetupDlgA()106 pDlg->hDevMode, pDlg->hDevNames); in test_PageSetupDlgA()132 LPPRINTDLGA pDlg; in test_PrintDlgA() local142 if (!pDlg) return; in test_PrintDlgA()238 ZeroMemory(pDlg, sizeof(*pDlg)); in test_PrintDlgA()239 pDlg->lStructSize = sizeof(*pDlg); in test_PrintDlgA()247 …ok(pDlg->nCopies == 123 || broken(pDlg->nCopies == 1), "expected nCopies 123, got %d\n", pDlg->nCo… in test_PrintDlgA()257 ZeroMemory(pDlg, sizeof(*pDlg)); in test_PrintDlgA()[all …]