Click here to Skip to main content
15,898,134 members

Comments by sheetal dahiya (Top 8 by date)

sheetal dahiya 12-Oct-13 13:47pm View    
just saw your reply to the query!
will try .. Thanks for the help,though.
sheetal dahiya 17-Aug-13 2:37am View    
Ohk.. but first of all i need to get hold of that handle!!
This is the only point where i'm stuck!! how to retrieve that handle??
sheetal dahiya 3-Aug-13 14:11pm View    
" HANDLE hOtherProc = OpenProcess(PROCESS_DUP_HANDLE, FALSE, dwPID);"
This handle itself is a new one (not the one held by OS) and dupliacatehandle will refer to this one only as the source.. still stuck!
sheetal dahiya 3-Aug-13 13:13pm View    
Deleted
Oh,I meant DuplicateHandle() only.. {my mistake)
Thanks though,I'll try this..
sheetal dahiya 2-Aug-13 7:28am View    
OpenProcess() creates a new handle and then Duplicateprocess() will close that one only but i want the handle held by OS.