Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |