Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "AddMonitor" in [All]

winspool

.
Summary
The AddMonitor function installs a local port monitor and links the configuration, data, and monitor files.
.

private static extern Int32 AddMonitor(String pName, UInt32 Level, ref MONITOR_INFO_2 pMonitors);

.

    if (AddMonitor(null, 2, ref mi2) == 0)

.
Documentation
[AddMonitor] on MSDN
.
Summary
The DeleteMonitor function removes a port monitor added by the AddMonitor function.

 
Access PInvoke.net directly from VS: