NAME

InitializePrintMonitor  (LOCALSPL.@)

SYNOPSIS

 LPMONITOREX InitializePrintMonitor
 (
  LPWSTR regroot
 )

DESCRIPTION

Initialize the Monitor for the Local Ports.

PARAMS

regroot [In] Registry-Path, where the settings are stored.

RETURNS

Success: Pointer to a MONITOREX Structure

Failure: NULL.

NOTES

The fixed location "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Ports" is used to store the Ports (IniFileMapping from "win.ini", Section "Ports"). Native localspl.dll fails, when no valid Port-Entry is present.

IMPLEMENTATION

Declared in "ddk/winsplp.h". https://source.winehq.org/source/include/ddk/winsplp.h

Implemented in "dlls/localspl/localmon.c". https://source.winehq.org/source/dlls/localspl/localmon.c

Debug channel "localspl".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.