Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 30 January 2023 | Live, Online |
Developing Minifilters | 20 March 2023 | Live, Online |
Internals & Software Drivers | 17 April 2023 | Live, Online |
Writing WDF Drivers | 22 May 2023 | Live, Online |
Comments
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of Barak Mandelovich
> Sent: Monday, April 24, 2000 10:00 AM
> To: NT Developers Interest List
> Subject: [ntdev] putting a driver file on a shared network drive
>
>
> Hi, everybody!
>
> I'd like to know if it is possible to register
> a driver in the kernel, where its path is
> a shared network drive (e.g.: x:\my_driver)
> where x: is a "net use x: \\server\sharename".
>
> I tried to do this, and the CreateFile returns
> a "file not found"....
>
> What am I doing wrong?
>
> thanks,
>
> - Barak
>
> --
> ----------------------------------------------------
> Barak Mandelovich Mercury Interactive ltd.
> [email protected] 19 Shabazi st.
> Tel: +972 3 539 9286 Yehud, 56100
> Fax: +972 3 533 1617 Israel
> ----------------------------------------------------
>
>
> -----Original Message-----
> From: Jamey Kirby [mailto:[email protected]]
> Sent: Monday, April 24, 2000 12:18 PM
> To: NT Developers Interest List
> Subject: [ntdev] RE: putting a driver file on a shared network drive
>
>
> No.
>
> > -----Original Message-----
> > From: [email protected]
> > [mailto:[email protected]]On Behalf Of Barak
> Mandelovich
> > Sent: Monday, April 24, 2000 10:00 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] putting a driver file on a shared network drive
> >
> >
> > Hi, everybody!
> >
> > I'd like to know if it is possible to register
> > a driver in the kernel, where its path is
> > a shared network drive (e.g.: x:\my_driver)
> > where x: is a "net use x: \\server\sharename".
> >
> > I tried to do this, and the CreateFile returns
> > a "file not found"....
> >
> > What am I doing wrong?
> >
> > thanks,
> >
> > - Barak
> >
> > --
> > ----------------------------------------------------
> > Barak Mandelovich Mercury Interactive ltd.
> > [email protected] 19 Shabazi st.
> > Tel: +972 3 539 9286 Yehud, 56100
> > Fax: +972 3 533 1617 Israel
> > ----------------------------------------------------
> >
> >
>
> ---
> You are currently subscribed to ntdev as: [email protected]
> To unsubscribe send a blank email to $subst('Email.Unsub')
>