Added GetPrintProcessorDirectoryA stub.

This commit is contained in:
Uwe Bonnes 2003-04-27 20:35:08 +00:00 committed by Alexandre Julliard
parent 8410e71fb5
commit 1d60387e9c
2 changed files with 13 additions and 1 deletions

View File

@ -995,6 +995,18 @@ BOOL WINAPI AddJobW(HANDLE hPrinter, DWORD Level, LPBYTE pData, DWORD cbBuf,
return 1;
}
/*****************************************************************************
* 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]
*

View File

@ -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)