Re: Use of Symbolic Name for opening Device Handle on Win 2000

> Could u suggest an example where it was used. I need a single statement as

an example for opening the handle.

ZwCreateFile(…) or IoCreateFile() will return you a handle, just like from
user-mode. Just use either the native NT device name, or the Win32 sym link
name with the ??\ prefix.

HTH,

Peter
OSR


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