Ivan
Wed Dec 05 00:31:30 PST 2007
The XPDM video-stack is not that easy to reconfigure.
If you have a non PnP device, then,
simply call VideoPortInitialize in DriverEntry, and, have videoprt.sys
to create the device for you, either on the spot, or through some
out-of-band simulation of PnP.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Mangesh" <mangesh.galgalikar@gmail.com> wrote in message
news:4675cacd-21dd-497b-8b29-4cd11347b79c@s8g2000prg.googlegroups.com...
> Hi !!
> I want to create a video child device using video miniport in
> Windows vista, so I 'm writting non pnp kernel mode driver which
> creates a FDO and attaches the fdo to PDO (e.g \\Device\\Video3)
> using IoAttachDeviceToDeviceStack.
>
> Now How can i create child device for this video device ?
>
>
>
> Thanks in Advance
> Mangesh
>
>