Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comdlg32/
H A Dprintdlg.c59 LPPAGESETUPDLGA pDlg; in test_PageSetupDlgA() local
63 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() local
142 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 …]