Drive Letter to Device

Hi

Simple question I am sure. What is the best way to get from \DosDevice\E:
back to \Device\harddrisk3?

TIA
Paul Delivett

> Simple question I am sure. What is the best way to get from \DosDevice\E:

back to \Device\harddrisk3?

ZwOpenSymbolicLink - ZwQuerySymbolicLink - ZwClose.

L.