.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SplInitializeWinSpoolDrv 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSplInitializeWinSpoolDrv\fR (SPOOLSS.@) .SH SYNOPSIS BOOL SplInitializeWinSpoolDrv ( LPVOID* \fItable\fR ) .SH DESCRIPTION .PP Dynamic load \fB"winspool.drv"\fR and fill an array with some function-pointer. .SH PARAMS \fItable\fR \fB[In]\fR array of function-pointer to fill. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP Native \fB"spoolss.dll"\fR from w2k fill the \fItable\fR with \fB11\fR Function-Pointer. We implement the XP-Version (The \fItable\fR has only \fB9\fR Pointer) .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/spoolss/spoolss_main.c"\fR. .PP Debug channel \fB"spoolss"\fR.