InitializePrintMonitorUI - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

PMONITORUI InitializePrintMonitorUI();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-initializeprintmonitorui)

InitializePrintMonitorUI function

Description

A port monitor UI DLL's InitializePrintMonitorUI function supplies the print spooler with addresses of DLL functions.

Return value

The function should return a pointer to an initialized MONITORUI structure.

Remarks

Port monitor UI DLLs are required to export an InitializePrintMonitorUI function. The function is called immediately after the DLL is loaded, and is not called again until the DLL is reloaded. Its purposes are to allow the DLL to initialize itself, and to provide the spooler with pointers to internal functions.

See also

InitializePrintMonitor

MONITORUI