InitializePrintMonitorUI function (winsplp.h)
A port monitor UI DLL's InitializePrintMonitorUI function supplies the print spooler with addresses of DLL functions.
Syntax
PMONITORUI InitializePrintMonitorUI();
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | winsplp.h (include Winsplp.h) |