[PRINTING]
[reactos.git] / reactos / win32ss / printing / include / spoolss.h
1 /*
2 * PROJECT: ReactOS Printing Include files
3 * LICENSE: GNU LGPLv2 or any later version as published by the Free Software Foundation
4 * PURPOSE: Undocumented APIs of the Spooler Router "spoolss.dll"
5 * COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
6 */
7
8 #ifndef _REACTOS_SPOOLSS_H
9 #define _REACTOS_SPOOLSS_H
10
11 PBYTE WINAPI
12 PackStrings(PCWSTR* pSource, PBYTE pDest, PDWORD DestOffsets, PBYTE pEnd);
13
14 #endif