You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
-
This is a sample based on [Indirect Display Driver Sample](https://github.com/microsoft/Windows-driver-samples/tree/master/video/IndirectDisplay).
1
+
The sample based on [Indirect Display Driver Sample](https://github.com/microsoft/Windows-driver-samples/tree/master/video/IndirectDisplay).
2
+
3
+
# [RustDeskIddDriver](./RustDeskIddDriver)
4
+
5
+
This project gives the following abilities:
6
+
7
+
1. Plugin and plugout monitors.
8
+
2. Update monitor modes.
9
+
10
+
See [`IOCTL_CHANGER_IDD_PLUG_IN`](./RustDeskIddDriver/Public.h#L7)[`IOCTL_CHANGER_IDD_PLUG_OUT`](./RustDeskIddDriver/Public.h#L11)[`IOCTL_CHANGER_IDD_UPDATE_MONITOR_MODE`](./RustDeskIddDriver/Public.h#L15).
11
+
12
+
See [RustDeskIddApp](./RustDeskIddApp) for examples.
13
+
14
+
# [RustDeskIddApp](./RustDeskIddApp/README.md)
15
+
16
+
The test application to create device, install idd, and plugin monitors.
0 commit comments