getting the device type

hi,

i need to get the device type (floppy, cdrom, etc.).
i can’t get it through pDeviceObject->Characteristics for some reason
(it’s NULL in most cases, recognizes FILE_REMOTE_DEVICE only).

thanks,
amir


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> i need to get the device type (floppy, cdrom, etc.).

i can’t get it through pDeviceObject->Characteristics for some reason

Try DeviceObject->DeviceType.

Max


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com