attach to redirector

How can attach to LanManRedirector at boot time? Is there any function that
recognizes when the redirector is loaded ?
Thank you !
Mark


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

have a seperate thread that will poll the LanMan redirector and attach when
it finds one.set up a notificication routine to complete the call…

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Jack Brown
Sent: Wednesday, August 16, 2000 5:16 PM
To: File Systems Developers
Subject: [ntfsd] attach to redirector

How can attach to LanManRedirector at boot time? Is there any function that
recognizes when the redirector is loaded ?
Thank you !
Mark


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


You are currently subscribed to ntfsd as: xxxxx@softhome.net
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Lanman is not loaded at boot time, so you can nopt connect to it.

Jack Brown wrote:

How can attach to LanManRedirector at boot time? Is there any function that
recognizes when the redirector is loaded ?
Thank you !
Mark


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

If the workstation service is running, then *most likely*
\device\LanmanRedirector exists.

Marc

-----Original Message-----
From: Jamey Kikrby [mailto:xxxxx@storagecraft.com]
Sent: Thursday, August 17, 2000 12:57 AM
To: File Systems Developers
Subject: [ntfsd] Re: attach to redirector

Lanman is not loaded at boot time, so you can nopt connect to it.

Jack Brown wrote:

> How can attach to LanManRedirector at boot time? Is there
any function that
> recognizes when the redirector is loaded ?
> Thank you !
> Mark
>



> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)


You are currently subscribed to ntfsd as: xxxxx@bionetrix.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Yes this is possible, if I remember correctly the driver gets loaded at
*around* login time.

I use the following methods in my driver.

Under Windows 2000 use IoRegisterFsRegistrationChange and you will be
notified when the driver loads.

Under NT4 Look at IoInitializeTimer/IoStartTimer and
IoGetDeviceObjectPointer.

This should be enough to get you going.

Regards,

Rob Linegar
Software Engineer
Data Encryption Systems Limited

-----Original Message-----
From: Jack Brown [mailto:xxxxx@hotmail.com]
Sent: 16 August 2000 12:46
To: File Systems Developers
Subject: [ntfsd] attach to redirector

How can attach to LanManRedirector at boot time? Is there any function that
recognizes when the redirector is loaded ?
Thank you !
Mark

if u look at the devices window in NT 4 Workstation the Rdr device is set to
manual startup…
In that case the driver gets loaded much after…

RB

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Rob Linegar
Sent: Monday, August 21, 2000 8:12 PM
To: File Systems Developers
Subject: [ntfsd] RE: attach to redirector

Yes this is possible, if I remember correctly the driver gets loaded at
*around* login time.

I use the following methods in my driver.

Under Windows 2000 use IoRegisterFsRegistrationChange and you will be
notified when the driver loads.

Under NT4 Look at IoInitializeTimer/IoStartTimer and
IoGetDeviceObjectPointer.

This should be enough to get you going.

Regards,

Rob Linegar
Software Engineer
Data Encryption Systems Limited

-----Original Message-----
From: Jack Brown [mailto:xxxxx@hotmail.com]
Sent: 16 August 2000 12:46
To: File Systems Developers
Subject: [ntfsd] attach to redirector

How can attach to LanManRedirector at boot time? Is there any function that
recognizes when the redirector is loaded ?
Thank you !
Mark


You are currently subscribed to ntfsd as: xxxxx@softhome.net
To unsubscribe send a blank email to $subst(‘Email.Unsub’)