Omer
Thu May 01 04:40:55 CDT 2008
On Apr 29, 10:24=A0am, Omer <Omer...@gmail.com> wrote:
> On Apr 28, 6:21=A0pm, "Don Burn" <b...@stopspam.windrvr.com> wrote:
>
>
>
>
>
> > Most unamed devices have adeviceinterface, these you should be able to
> > reference, but you do need to know the GUID for the class/device.
>
> > --
> > Don Burn (MVP, Windows DDK)
> > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> > Website:
http://www.windrvr.com
> > Blog:
http://msmvps.com/blogs/WinDrvr
> > Remove StopSpam to reply
>
> > "Omer" <Omer...@gmail.com> wrote in message
>
> >news:edcbb9b0-bc77-4a5b-bfb5-1ee57b5c9dc7@k10g2000prm.googlegroups.com...=
>
> > > Is there a way to get a reference to anunnameddevice?
> > > How can you get a pointer / call CreateFile() from user mode on such a=
> > >device?
>
> > > Thanks.- Hide quoted text -
>
> > - Show quoted text -
>
> SPTD.sys for example creates several unnamed devices.
> I used the DEVINTERFACE sample from oney's book to enum all interfaces
> but i didn't find any device that seems to match SPTD in some way.
> Am i doing something wrong ?
>
> Thanks.- Hide quoted text -
>
> - Show quoted text -
I was unable to find any.
SPTD.sys for example creates several unnamed devices.
I used the DEVINTERFACE sample from oney's book to enum all
interfaces
but i didn't find any device that seems to match SPTD in some way.
Am i doing something wrong ?