mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 12:48:02 +00:00
winspool: Implement SpoolerInit.
This commit is contained in:
parent
f11b5831b9
commit
94a878414f
@ -7116,6 +7116,26 @@ emW_cleanup:
|
||||
return (res);
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
* SpoolerInit (WINSPOOL.@)
|
||||
*
|
||||
* Initialize the Spooler
|
||||
*
|
||||
* RETURNS
|
||||
* Success: TRUE
|
||||
* Failure: FALSE
|
||||
*
|
||||
* NOTES
|
||||
* The function fails on windows, when the spooler service is not running
|
||||
*
|
||||
*/
|
||||
BOOL WINAPI SpoolerInit(void)
|
||||
{
|
||||
|
||||
if ((backend == NULL) && !load_backend()) return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
* XcvDataW (WINSPOOL.@)
|
||||
*
|
||||
|
@ -167,7 +167,7 @@
|
||||
@ stdcall SetPrinterDataW(long wstr long ptr long)
|
||||
@ stdcall SetPrinterW(long long ptr long)
|
||||
@ stub SpoolerDevQueryPrintW
|
||||
@ stub SpoolerInit
|
||||
@ stdcall SpoolerInit()
|
||||
@ stub SpoolerPrinterEvent
|
||||
@ stdcall StartDocDlgA(ptr ptr)
|
||||
@ stdcall StartDocDlgW(ptr ptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user