SplInitializeWinSpoolDrv.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Implemented in "dlls/spoolss/spoolss_main.c".

Debug channel "spoolss".