InitializePrintMonitor(3w)
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 "HKLMtwarecrosoftWindows NTis used to store the
Ports (IniFileMapping from "win.ini", Section "Ports"). Native localspl.dll fails, when no valid Port-Entry is present.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/localspl/localmon.c".
- Debug channel "localspl".