Port monitor client DLL functions
The following table lists the functions that a port monitor UI DLL must define.
Function name | Description |
---|---|
DllEntryPoint | DLL entry point, typically called DllMain, which is described in the Microsoft Windows SDK documentation. |
AddPortUI | Creates a port and obtains configuration information by displaying a dialog box. |
ConfigurePortUI | Configures a previously added port. |
DeletePortUI | Deletes a port. |
InitializePrintMonitorUI | Initializes the port monitor UI DLL. |