Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[OT] Pin
toxcct8-Mar-06 1:53
toxcct8-Mar-06 1:53 
AnswerRe: [OT] Pin
David Crow8-Mar-06 2:29
David Crow8-Mar-06 2:29 
GeneralRe: [OT] Pin
Eytukan8-Mar-06 2:50
Eytukan8-Mar-06 2:50 
AnswerRe: Process hirarchy Pin
Aqueel8-Mar-06 1:47
Aqueel8-Mar-06 1:47 
GeneralRe: Process hirarchy Pin
jhwurmbach8-Mar-06 2:48
jhwurmbach8-Mar-06 2:48 
AnswerRe: Process hirarchy Pin
David Crow8-Mar-06 2:32
David Crow8-Mar-06 2:32 
GeneralRe: Process hirarchy Pin
Aqueel8-Mar-06 2:45
Aqueel8-Mar-06 2:45 
GeneralRe: Process hirarchy Pin
jhwurmbach8-Mar-06 2:52
jhwurmbach8-Mar-06 2:52 
Aqueel wrote:
Now i want to create child process of processA. How can i do that


You have ProcessB call CreateProcess.
But these (then) three processes do not share a inherent hierarchical relationship.
They are independent processes of the system.
With inter-process-communication you can send messages about creation of another child-process to the creator so that you can maintain somthing like a graph.
But you have to do that yourself.



"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

GeneralRe: Process hirarchy Pin
David Crow8-Mar-06 2:53
David Crow8-Mar-06 2:53 
QuestionUsing HTTP_QUERY_CONTENT_MD5 Pin
bosfan7-Mar-06 23:19
bosfan7-Mar-06 23:19 
QuestionReading from file - newbie Pin
antonaras_marcou7-Mar-06 23:01
antonaras_marcou7-Mar-06 23:01 
AnswerRe: Reading from file - newbie Pin
Aqueel7-Mar-06 23:51
Aqueel7-Mar-06 23:51 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 0:07
antonaras_marcou8-Mar-06 0:07 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 0:22
antonaras_marcou8-Mar-06 0:22 
GeneralRe: Reading from file - newbie Pin
David Crow8-Mar-06 2:39
David Crow8-Mar-06 2:39 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 5:29
antonaras_marcou8-Mar-06 5:29 
GeneralRe: Reading from file - newbie Pin
Eytukan8-Mar-06 0:31
Eytukan8-Mar-06 0:31 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 1:33
antonaras_marcou8-Mar-06 1:33 
GeneralRe: Reading from file - newbie Pin
Eytukan8-Mar-06 2:06
Eytukan8-Mar-06 2:06 
GeneralRe: Reading from file - newbie Pin
toxcct8-Mar-06 1:29
toxcct8-Mar-06 1:29 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 1:36
antonaras_marcou8-Mar-06 1:36 
AnswerRe: Reading from file - newbie Pin
Aqueel8-Mar-06 0:19
Aqueel8-Mar-06 0:19 
AnswerRe: Reading from file - newbie Pin
Aqueel8-Mar-06 0:28
Aqueel8-Mar-06 0:28 
AnswerRe: Reading from file - newbie Pin
Stephen Hewitt8-Mar-06 0:41
Stephen Hewitt8-Mar-06 0:41 
QuestionWhat is UnPaged memory Pin
Neil scsn7-Mar-06 22:21
Neil scsn7-Mar-06 22:21 

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.