yval 80 examples/printing/prtpub.c DWORD extentval, xval, yval; yval 84 examples/printing/prtpub.c yval = (DWORD) (HIWORD(extentval)); yval 86 examples/printing/prtpub.c printf("printMinYExtent: %d\n", yval); yval 88 examples/printing/prtpub.c SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMinYExtent"), REG_DWORD, (BYTE *) &yval, sizeof(yval)); yval 91 examples/printing/prtpub.c yval = (DWORD) (HIWORD(extentval)); yval 93 examples/printing/prtpub.c printf("printMaxYExtent: %d\n", yval); yval 95 examples/printing/prtpub.c SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMaxYExtent"), REG_DWORD, (BYTE *) &yval, sizeof(yval));