DeleteMonitor
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool DeleteMonitor(
IntPtr pName,
IntPtr pEnvironment,
IntPtr pMonitorName
);Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool DeleteMonitor(
IntPtr pName,
IntPtr pEnvironment,
IntPtr pMonitorName
);Last updated