SplInitializeWinSpoolDrv(3w)
NAME
SplInitializeWinSpoolDrv (SPOOLSS.@)
SYNOPSIS
BOOL SplInitializeWinSpoolDrv
(
LPVOID* table
)
DESCRIPTION
Dynamic load "winspool.drv" and fill an array with some functionpointer.
PARAMS
table [In] array of function-pointer to fill.
RETURNS
Success: TRUE
Failure: FALSE.
NOTES
Native "spoolss.dll" from w2k fill the table with 11 Function-Pointer. We implement the XP-Version (The table has only 9 Pointer)
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/spoolss/spoolss_main.c".
- Debug channel "spoolss".