Scroll to navigation

InitializePrintMonitor(3w) Wine API 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 "HKLMsoftWindows NT
 

IMPLEMENTATION

Declared in "ddk/winsplp.h".
Implemented in "dlls/localspl/localmon.c".
Debug channel "localspl".
Oct 2012 Wine API