InitializePrintMonitor.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "HKLMSoftwareMicrosoftWindows NTCurrentVersionPorts" is 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 "dlls/localspl/localmon.c".

Debug channel "localspl".