Click here to Skip to main content
15,894,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using handle between two process Pin
CPallini10-Jan-08 0:36
mveCPallini10-Jan-08 0:36 
GeneralRe: Using handle between two process Pin
Maxwell Chen10-Jan-08 3:48
Maxwell Chen10-Jan-08 3:48 
GeneralRe: Using handle between two process Pin
CPallini10-Jan-08 3:58
mveCPallini10-Jan-08 3:58 
GeneralRe: Using handle between two process Pin
Maxwell Chen10-Jan-08 4:08
Maxwell Chen10-Jan-08 4:08 
GeneralRe: Using handle between two process Pin
CPallini10-Jan-08 4:35
mveCPallini10-Jan-08 4:35 
GeneralRe: Using handle between two process [modified] Pin
CPallini10-Jan-08 4:18
mveCPallini10-Jan-08 4:18 
GeneralRe: Using handle between two process Pin
Maxwell Chen10-Jan-08 4:36
Maxwell Chen10-Jan-08 4:36 
GeneralRe: Using handle between two process Pin
Mark Salsbery10-Jan-08 7:19
Mark Salsbery10-Jan-08 7:19 
That really is wrong.

Handles in Windows are opaque - they can be anything the system
implements them as. Whether they are pointers, indexes, integers, floats,
or anything else is irrelevant to the programmer.

All Windows handles are documented as to whether they are local to a
process or system-wide.

Window handles (HWND) are system-wide, so they are the same regardless of
the process using them.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Using handle between two process Pin
Hamid_RT9-Jan-08 23:47
Hamid_RT9-Jan-08 23:47 
GeneralRe: Using handle between two process Pin
CPallini10-Jan-08 0:22
mveCPallini10-Jan-08 0:22 
GeneralRe: Using handle between two process Pin
Hamid_RT10-Jan-08 0:34
Hamid_RT10-Jan-08 0:34 
GeneralRe: Using handle between two process Pin
CPallini10-Jan-08 0:47
mveCPallini10-Jan-08 0:47 
GeneralRe: Using handle between two process Pin
Nishad S9-Jan-08 23:52
Nishad S9-Jan-08 23:52 
GeneralRe: Using handle between two process Pin
ashtwin10-Jan-08 1:19
ashtwin10-Jan-08 1:19 
GeneralRe: Using handle between two process Pin
Nishad S10-Jan-08 1:43
Nishad S10-Jan-08 1:43 
GeneralRe: Using handle between two process Pin
CPallini10-Jan-08 2:16
mveCPallini10-Jan-08 2:16 
GeneralRe: Using handle between two process Pin
David Crow10-Jan-08 2:19
David Crow10-Jan-08 2:19 
GeneralRe: Using handle between two process Pin
ashtwin10-Jan-08 18:32
ashtwin10-Jan-08 18:32 
GeneralRe: Using handle between two process Pin
David Crow11-Jan-08 2:29
David Crow11-Jan-08 2:29 
GeneralAbout wavein API Pin
minihotto9-Jan-08 23:26
minihotto9-Jan-08 23:26 
QuestionRe: About wavein API Pin
Mark Salsbery10-Jan-08 7:38
Mark Salsbery10-Jan-08 7:38 
GeneralRe: About wavein API [modified] Pin
minihotto10-Jan-08 17:49
minihotto10-Jan-08 17:49 
GeneralRe: About wavein API Pin
Mark Salsbery11-Jan-08 6:51
Mark Salsbery11-Jan-08 6:51 
GeneralRead a file which is located in another machine Pin
CodingLover9-Jan-08 23:13
CodingLover9-Jan-08 23:13 
GeneralRe: Read a file which is located in another machine Pin
toxcct9-Jan-08 23:19
toxcct9-Jan-08 23:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.