Click here to Skip to main content
15,914,074 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PostMessage Pin
Randor 8-Jul-07 9:06
professional Randor 8-Jul-07 9:06 
AnswerRe: PostMessage Pin
Bogdan Apostol8-Jul-07 10:43
Bogdan Apostol8-Jul-07 10:43 
QuestionGet exact memory usage of a process. Pin
zecodela7-Jul-07 23:03
zecodela7-Jul-07 23:03 
AnswerRe: Get exact memory usage of a process. Pin
Bogdan Apostol8-Jul-07 1:09
Bogdan Apostol8-Jul-07 1:09 
QuestionWM_COPYDATA message Pin
tom groezer7-Jul-07 22:35
tom groezer7-Jul-07 22:35 
AnswerRe: WM_COPYDATA message Pin
Bogdan Apostol8-Jul-07 1:20
Bogdan Apostol8-Jul-07 1:20 
GeneralRe: WM_COPYDATA message Pin
tom groezer8-Jul-07 5:08
tom groezer8-Jul-07 5:08 
GeneralRe: WM_COPYDATA message Pin
Randor 8-Jul-07 5:50
professional Randor 8-Jul-07 5:50 
Yes.

The way I understand it... when you post a WM_COPYDATA message, the kernel creates a temporary memory mapped file containing the bytes at the location specified relative to the senders address space. This memory mapped file is accessable to the recieving application. Upon SendMessage() returning the memory mapped file is marked for deletion.

Best Wishes,
Randor (David Delaune)
GeneralRe: WM_COPYDATA message Pin
Bogdan Apostol8-Jul-07 8:35
Bogdan Apostol8-Jul-07 8:35 
Questionnew control icon into vc++ toobox Pin
eagle517-Jul-07 22:22
eagle517-Jul-07 22:22 
AnswerRe: new control icon into vc++ toobox Pin
David Crow9-Jul-07 3:44
David Crow9-Jul-07 3:44 
GeneralRe: new control icon into vc++ toobox Pin
eagle5110-Jul-07 23:06
eagle5110-Jul-07 23:06 
GeneralRe: new control icon into vc++ toobox Pin
David Crow11-Jul-07 2:29
David Crow11-Jul-07 2:29 
QuestionHyperTerminal script Pin
stevelizardi7-Jul-07 20:18
stevelizardi7-Jul-07 20:18 
QuestionInterprocess commmunication Pin
tom groezer7-Jul-07 11:41
tom groezer7-Jul-07 11:41 
AnswerRe: Interprocess commmunication Pin
Mark Salsbery7-Jul-07 12:10
Mark Salsbery7-Jul-07 12:10 
QuestionNotepad Pin
tom groezer7-Jul-07 11:37
tom groezer7-Jul-07 11:37 
AnswerRe: Notepad Pin
David Crow9-Jul-07 3:47
David Crow9-Jul-07 3:47 
QuestionMessage queue Pin
tom groezer7-Jul-07 11:35
tom groezer7-Jul-07 11:35 
AnswerRe: Message loop Pin
Mark Salsbery7-Jul-07 11:56
Mark Salsbery7-Jul-07 11:56 
AnswerRe: Message queue Pin
Blake Miller9-Jul-07 11:59
Blake Miller9-Jul-07 11:59 
QuestionCArchive Pin
tom groezer7-Jul-07 11:34
tom groezer7-Jul-07 11:34 
AnswerRe: CArchive Pin
Mark Salsbery7-Jul-07 11:54
Mark Salsbery7-Jul-07 11:54 
QuestionConsole App Flicker Pin
JimmyRopes7-Jul-07 10:07
professionalJimmyRopes7-Jul-07 10:07 
AnswerRe: Console App Flicker Pin
Matthew Faithfull7-Jul-07 10:15
Matthew Faithfull7-Jul-07 10:15 

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.