What is a HANDLE??

does it say somewhere that a handle is a pointer to a
pointer??? in that case if i open a process twice they
should point to the same location??? try doing it with
openprocess.
if i have a handle to a process then how can i get
other info (ie PID, etc) in kernel mode.
thankx
kudrt


Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.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

does it say somewhere that a handle is a pointer to a
pointer??? in that case if i open a process twice they
should point to the same location??? try doing it with
openprocess.
if i have a handle to a process then how can i get
other info (ie PID, etc) in kernel mode.
thankx
kudrt


Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.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

A handle could be one of many things, including a pointer.
But it could also be an index into an array of private structures etc.

Read the article “Give Me a Handle, and I’ll Show You an Object” in the
MSDN.

Rob Linegar
Software Engineer
Data Encryption Systems Limited

-----Original Message-----
From: kudrt si [mailto:xxxxx@yahoo.com]
Sent: 14 March 2001 11:00
To: NT Developers Interest List
Subject: [ntdev] What is a HANDLE??

does it say somewhere that a handle is a pointer to a
pointer??? in that case if i open a process twice they
should point to the same location??? try doing it with
openprocess.
if i have a handle to a process then how can i get
other info (ie PID, etc) in kernel mode.
thankx
kudrt


Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/


You are currently subscribed to ntdev as: xxxxx@des.co.uk
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