RE: How and where attach to 'NwRdr' and 'LanmamRedirector-'?

How: Use IoAttachDeviceToDeviceStack. Target device object
pointer you should obtain by calling IoGetDeviceObjectPointer.
As a name you must use L"\Device\LanmanRedirector" or
L"\Device\NwRdr" and you should immediately dereference
returned file object (you will no longer need it).

Where: This thing is harder to resolve. You can use timer with
associated DPC and when the timer expires you should
queue work item. The routine called in some worker thread
have to check if the device(s) already exists. If it is then
you will have to attach to it and timer is no more needed.
Some other method is less-correct but it will give better
results. If you want to know this one let me know.

Paul

-----P?vodn? zpr?va-----
Od: Brayn Sander Garcia [SMTP:xxxxx@informaticosmix.com]
Odesl?no: 15. kv?tna 2000 23:05
Komu: File Systems Developers
P?edm?t: [ntfsd] How and where attach to ‘NwRdr’ and
‘LanmamRedirector’?

Hi devlopers,

I need help in the follow :

How and where attach to ‘NwRdr’
and ‘LanmamRedirector’?

Best regards,

Sander.

Tu correo gratis en MixMail http://www.mixmail.com
Inicia tu navegacion en http://www.ya.com


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