Device Path ?

Hi All,

I am trying to find out device path from the symbolic link. e.g. \??\C:
==> \Device\HarddiskVolume1
Is anybody have any idea… How to get it ?

I really appreciate your help.
Thanks,
Sunil


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

How about ZwOpenSymbolicLinkObject and ZwQuerySymbolicLinkObject, both of
which are documented in the Windows 2000 DDK?

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Sunil Shilimkar [mailto:xxxxx@greenborder.com]
Sent: Monday, August 20, 2001 5:48 PM
To: NT Developers Interest List
Subject: [ntdev] Device Path ?

Hi All,

I am trying to find out device path from the symbolic link. e.g. \??\C:
==> \Device\HarddiskVolume1
Is anybody have any idea… How to get it ?

I really appreciate your help.
Thanks,
Sunil


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


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

See ZwQuerySymbolicLinkObject in Win2k DDK Help.

  1. ZwOpenSymbolicLinkObject( … );
  2. ZwQuerySymbolicLinkObject( … )
  3. ZwClose( … )

Zoltan


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com


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

QueryDosDevice.

----- Original Message -----
From: “Sunil Shilimkar”
To: “NT Developers Interest List”
Sent: Tuesday, August 21, 2001 1:48 AM
Subject: [ntdev] Device Path ?

Hi All,

I am trying to find out device path from the symbolic link. e.g. \??\C:
==> \Device\HarddiskVolume1
Is anybody have any idea… How to get it ?

I really appreciate your help.
Thanks,
Sunil


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


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