Searched refs:PRINTER_INFO_1W (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/printing/include/marshalling/ |
H A D | printers.h | 45 sizeof(PRINTER_INFO_1W), 47 …{ FIELD_OFFSET(PRINTER_INFO_1W, Flags), RTL_FIELD_SIZE(PRINTER_INFO_1W, Flags), RTL_FIELD_SIZE(PRI… 48 …{ FIELD_OFFSET(PRINTER_INFO_1W, pDescription), RTL_FIELD_SIZE(PRINTER_INFO_1W, pDescription), RTL_… 49 …{ FIELD_OFFSET(PRINTER_INFO_1W, pName), RTL_FIELD_SIZE(PRINTER_INFO_1W, pName), RTL_FIELD_SIZE(PRI… 50 …{ FIELD_OFFSET(PRINTER_INFO_1W, pComment), RTL_FIELD_SIZE(PRINTER_INFO_1W, pComment), RTL_FIELD_SI…
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | printers.c | 47 FIELD_OFFSET(PRINTER_INFO_1W, pName), 48 FIELD_OFFSET(PRINTER_INFO_1W, pComment), 49 FIELD_OFFSET(PRINTER_INFO_1W, pDescription), 491 *pcbNeeded = sizeof(PRINTER_INFO_1W); in _DumpLevel1PrintProviderInformation() 575 *pcbNeeded += sizeof(PRINTER_INFO_1W) + cbName + cbComment + cbDescription; in _LocalGetPrinterLevel1()
|
/reactos/win32ss/printing/base/winspool/ |
H A D | utils.c | 348 PRINTER_INFO_1W pi1w[MAX_GETPRINTER_SIZE] = {0}; in UpdateTrayIcon()
|
/reactos/sdk/include/psdk/ |
H A D | winspool.h | 31 } PRINTER_INFO_1W,*PPRINTER_INFO_1W,*LPPRINTER_INFO_1W; typedef
|