SPLDS_DRIVER_KEY   52 examples/printing/prtpub.c 		SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printOrientationsSupported"), REG_MULTI_SZ,
SPLDS_DRIVER_KEY   56 examples/printing/prtpub.c 		SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printOrientationsSupported"), REG_MULTI_SZ,
SPLDS_DRIVER_KEY   74 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMaxResolutionSupported"), REG_DWORD, 
SPLDS_DRIVER_KEY   87 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMinXExtent"), REG_DWORD, (BYTE *) &xval, sizeof(xval));
SPLDS_DRIVER_KEY   88 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMinYExtent"), REG_DWORD, (BYTE *) &yval, sizeof(yval));
SPLDS_DRIVER_KEY   94 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMaxXExtent"), REG_DWORD, (BYTE *) &xval, sizeof(xval));
SPLDS_DRIVER_KEY   95 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printMaxYExtent"), REG_DWORD, (BYTE *) &yval, sizeof(yval));
SPLDS_DRIVER_KEY  110 examples/printing/prtpub.c 		SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, ppm, sizeof(ppm));
SPLDS_DRIVER_KEY  114 examples/printing/prtpub.c 		SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, ipm, sizeof(ipm));
SPLDS_DRIVER_KEY  118 examples/printing/prtpub.c 		SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, lpm, sizeof(lpm));
SPLDS_DRIVER_KEY  122 examples/printing/prtpub.c 		SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, cps, sizeof(cps));
SPLDS_DRIVER_KEY  135 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, key, REG_BINARY, &boolval, sizeof(boolval));
SPLDS_DRIVER_KEY  147 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, key, REG_DWORD, (BYTE *) &dword, sizeof(dword));
SPLDS_DRIVER_KEY  169 examples/printing/prtpub.c 	SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, key, REG_MULTI_SZ, strings_out,