Searched refs:DC_PAPERSIZE (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | windef.h | 364 #define DC_PAPERSIZE 3 macro
|
H A D | wingdi.h | 623 #define DC_PAPERSIZE 3 macro
|
/reactos/modules/rostests/winetests/winspool/ |
H A D | info.c | 2828 n_paper_size = DeviceCapabilitiesA(device, port, DC_PAPERSIZE, NULL, NULL); in test_DeviceCapabilities() 2832 ret = DeviceCapabilitiesA(device, port, DC_PAPERSIZE, (LPSTR)paper_size, NULL); in test_DeviceCapabilities()
|
/reactos/dll/win32/comdlg32/ |
H A D | printdlg.c | 3015 if (num != DeviceCapabilitiesW(devname, portname, DC_PAPERSIZE, (LPWSTR)points, dm)) in pagesetup_update_papersize()
|