.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InitializePrintProvidor 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInitializePrintProvidor\fR (LOCALSPL.@) .SH SYNOPSIS BOOL InitializePrintProvidor ( LPPRINTPROVIDOR \fIpPrintProvidor\fR, DWORD \fIcbPrintProvidor\fR, LPWSTR \fIpFullRegistryPath\fR ) .SH DESCRIPTION .PP Initialize the Printprovider. .SH PARAMS \fIpPrintProvidor\fR \fB[In]\fR Buffer to fill with a struct \fBPRINTPROVIDOR\fR. .PP \fIcbPrintProvidor\fR \fB[In]\fR Size of Buffer in Bytes. .PP \fIpFullRegistryPath\fR \fB[In]\fR Registry-Path for the Printprovidor. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR and \fIpPrintProvidor\fR filled .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP The RegistryPath should be: \fB"System\CurrentControlSet\Control\Print\Providers\"\fR, but this Parameter is ignored in \fB"localspl.dll"\fR. .SH IMPLEMENTATION .PP Declared in \fB"ddk/winsplp.h"\fR. .PP Implemented in \fB"dlls/localspl/provider.c"\fR. .PP Debug channel \fB"localspl"\fR.