X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fwin32ss%2Fprinting%2Finclude%2Fspoolss.h;h=86875cc2d3cdf1455f992af4959eca8ce59e5633;hp=d877baa7f3c893849bf81e3aab5a6b138759ca37;hb=5b6e082869df1b6d46b097df8cc3121c44b2dea9;hpb=f06734e55df48d896438e08cc283e3806bcca521 diff --git a/reactos/win32ss/printing/include/spoolss.h b/reactos/win32ss/printing/include/spoolss.h index d877baa7f3c..86875cc2d3c 100644 --- a/reactos/win32ss/printing/include/spoolss.h +++ b/reactos/win32ss/printing/include/spoolss.h @@ -1,13 +1,16 @@ /* * PROJECT: ReactOS Printing Include files * LICENSE: GNU LGPLv2 or any later version as published by the Free Software Foundation - * PURPOSE: Undocumented APIs of the Spooler Router "spoolss.dll" + * PURPOSE: Undocumented APIs of the Spooler Router "spoolss.dll" and internally shared interfaces * COPYRIGHT: Copyright 2015-2017 Colin Finck */ #ifndef _REACTOS_SPOOLSS_H #define _REACTOS_SPOOLSS_H +// Constants +#define MAX_PRINTER_NAME 220 + typedef struct _MARSHALL_DOWN_INFO { DWORD dwOffset; /** Byte offset of this element within the structure or MAXDWORD to indicate the end of the array */