.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InitializePrintMonitor 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInitializePrintMonitor\fR (LOCALSPL.@) .SH SYNOPSIS LPMONITOREX InitializePrintMonitor ( LPWSTR \fIregroot\fR ) .SH DESCRIPTION .PP Initialize the Monitor for the Local Ports. .SH PARAMS \fIregroot\fR \fB[In]\fR Registry-Path, where the settings are stored. .PP .SH RETURNS .PP \fBSuccess:\fR Pointer to a \fBMONITOREX\fR Structure .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP The fixed location \fB"HKLM\Software\Microsoft\Windows NT\CurrentVersion\Ports"\fR is used to store the Ports (IniFileMapping from \fB"win.ini"\fR, Section \fB"Ports"\fR). Native localspl.dll fails, when no valid Port-Entry is present. .SH IMPLEMENTATION .PP Declared in \fB"ddk/winsplp.h"\fR. .PP Implemented in \fB"dlls/localspl/localmon.c"\fR. .PP Debug channel \fB"localspl"\fR.