下表列出了端口监视器 UI DLL 必须定义的函数。
| Function name | Description |
|---|---|
| DllEntryPoint | DLL entry point, typically called DllMain, which is described in the Microsoft Windows SDK documentation. |
| AddPortUI | 通过显示对话框创建端口并获取配置信息。 |
| ConfigurePortUI | 配置以前添加的端口。 |
| DeletePortUI | 删除端口。 |
| InitializePrintMonitorUI | 初始化端口监视器 UI DLL。 |