.
The AddMonitor function installs a local port monitor and links the configuration, data, and monitor files.
2/21/2008 4:58:37 AM - jost-82.196.194.2
.
private static extern Int32 AddMonitor(String pName, UInt32 Level, ref MONITOR_INFO_2 pMonitors);
.
if (AddMonitor(null, 2, ref mi2) == 0)
.
.
The DeleteMonitor function removes a port monitor added by the [AddMonitor] function.
2/21/2008 5:07:58 AM - jost-82.196.194.2
The AddMonitor function installs a local port monitor and links the configuration, data, and monitor files.
2/21/2008 4:58:37 AM - jost-82.196.194.2