我想创建一个虚拟显示器.这样做的方式是虚拟显示器将出现在桌面上的窗口中.就Windows而言,只是另一台显示器.
对我来说,实际上,作为视频卡驱动程序(即,不是将视频输出到LCD面板的视频,它将进入桌面上的另一个窗口)将会被实现.
我在描述声音,技术上是否可能? (从DDK的角度来看)
注意:我无法使用虚拟电脑,因为没有虚拟PC具有足够高的分辨率以满足我的需求.也因为它不是我要求的.
Note: My reasons are unimportant,but i can make some up:
- 07000
- 07001
- 07002
- 07003
- i’m trying to expand the limits of human knowledge and understanding,for the good of all man-kind
我会说这是绝对有可能的,因为这就是虚拟化工具对他们的访客实用程序所做的,但我无法告诉你如何细节.我建议将
VirtualBox客户驱动程序代码作为起点:
http://www.virtualbox.org/browser/trunk/src/VBox/Additions/WINNT/Graphics
原文链接:https://www.f2er.com/windows/371489.htmlhttp://www.virtualbox.org/browser/trunk/src/VBox/Additions/WINNT/Graphics
(这是根据GPL发布的,据我所知)