Commit 1d60387e authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Added GetPrintProcessorDirectoryA stub.

parent 8410e71f
......@@ -996,6 +996,18 @@ BOOL WINAPI AddJobW(HANDLE hPrinter, DWORD Level, LPBYTE pData, DWORD cbBuf,
}
/*****************************************************************************
* GetPrintProcessorDirectoryA [WINSPOOL.@]
*/
BOOL WINAPI GetPrintProcessorDirectoryA(LPSTR server, LPSTR environ,
DWORD level, LPBYTE Info,
DWORD cbBuf, LPDWORD needed)
{
FIXME("(%s,%s,%ld,%p,0x%08lx): stub\n", server, environ, level, Info,
cbBuf);
return 0;
}
/*****************************************************************************
* WINSPOOL_OpenDriverReg [internal]
*
* opens the registry for the printer drivers depending on the given input
......
......@@ -89,7 +89,7 @@
@ stdcall GetFormW(long wstr long ptr long ptr)
@ stub GetJobA
@ stub GetJobW
@ stub GetPrintProcessorDirectoryA
@ stdcall GetPrintProcessorDirectoryA(str str long ptr long ptr)
@ stub GetPrintProcessorDirectoryW
@ stdcall GetPrinterA(long long ptr long ptr)
@ stdcall GetPrinterDataA(long str ptr ptr long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment