SplInitializeWinSpoolDrv (SPOOLSS.@)
BOOL SplInitializeWinSpoolDrv ( LPVOID* table )
Dynamic load "winspool.drv" and fill an array with some function-pointer.
table | [In] | array of function-pointer to fill. |
Success: TRUE
Failure: FALSE.
Native "spoolss.dll" from w2k fill the table with 11 Function-Pointer. We implement the XP-Version (The table has only 9 Pointer)
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/spoolss/spoolss_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/spoolss/spoolss_main.c
Debug channel "spoolss".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.