Finding Device type

Hi All,

I have file system filter driver which also attaches to the network
redirector on Windows 2000, so when ever there is a request over network I
get the request on my filter driver with full UNC name, from the UNC name is
there any way by which we can find out whether the drive on the remote is a
CD or fixed disk.

For example c:\ is shared on system2 and if system1 is accessing c:\ on
system2 then I get the UNC path as \system2\c\…, with this UNC name I
would like to figure out the drive type, is it possible?

Any information is helpful.

Thanks,
Kedar.