Windows: Is it *possible* to create a (virtual) video card driver?

后端 未结 4 1922
轮回少年
轮回少年 2021-02-12 15:16

i want to create a virtual monitor. The way this would work is that the virtual monitor would appear in a window on my desktop. As far as Windows knows it is just anoth

4条回答
  •  别跟我提以往
    2021-02-12 15:54

    I'd say it's definitely possible, since that's what virtualization tools do for their guest utilities, but I wouldn't be able to tell you how in details. I'd suggest looking at the VirtualBox guest driver code as a starting point: http://www.virtualbox.org/browser/trunk/src/VBox/Additions/WINNT/Graphics

    (This is released under GPL as far as I'm aware.)

提交回复
热议问题