NAME

SplInitializeWinSpoolDrv  (SPOOLSS.@)

SYNOPSIS

 BOOL SplInitializeWinSpoolDrv
 (
  LPVOID* table
 )

DESCRIPTION

Dynamic load "winspool.drv" and fill an array with some function-pointer.

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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/spoolss/spoolss_main.c". https://source.winehq.org/source/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 Mar 2024.