Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Forbit MRU Updation Pin
Farhat Aisha8-Mar-06 0:25
Farhat Aisha8-Mar-06 0:25 
GeneralRe: Forbit MRU Updation Pin
Malli_S8-Mar-06 0:37
Malli_S8-Mar-06 0:37 
QuestionShell Executing From VC++ Pin
Malli_S7-Mar-06 23:40
Malli_S7-Mar-06 23:40 
AnswerRe: Shell Executing From VC++ Pin
Nibu babu thomas7-Mar-06 23:58
Nibu babu thomas7-Mar-06 23:58 
GeneralRe: Shell Executing From VC++ Pin
Malli_S8-Mar-06 0:25
Malli_S8-Mar-06 0:25 
AnswerRe: Shell Executing From VC++ Pin
David Crow8-Mar-06 2:26
David Crow8-Mar-06 2:26 
QuestionProcess hirarchy Pin
Aqueel7-Mar-06 23:40
Aqueel7-Mar-06 23:40 
AnswerRe: Process hirarchy Pin
Nibu babu thomas8-Mar-06 0:36
Nibu babu thomas8-Mar-06 0:36 
Windows processes do not share a hierarchical relationship. The creating process receives the process handle and ID of the process it created so a hierarchical relationship can be maintained/simulated if the application requires it to do so. However, the operating system treats all processes as belonging to the same generation.

Processes in windows (by default) inherit the security settings of the creating process.


Nibu thomas
Software Developer

AnswerRe: Process hirarchy Pin
Aqueel8-Mar-06 1:06
Aqueel8-Mar-06 1:06 
GeneralRe: Process hirarchy Pin
Nibu babu thomas8-Mar-06 1:15
Nibu babu thomas8-Mar-06 1:15 
AnswerRe: Process hirarchy Pin
Aqueel8-Mar-06 1:21
Aqueel8-Mar-06 1:21 
GeneralRe: Process hirarchy Pin
Nibu babu thomas8-Mar-06 1:28
Nibu babu thomas8-Mar-06 1:28 
AnswerRe: Process hirarchy Pin
Aqueel8-Mar-06 1:34
Aqueel8-Mar-06 1:34 
GeneralRe: Process hirarchy Pin
Nibu babu thomas8-Mar-06 1:37
Nibu babu thomas8-Mar-06 1:37 
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 
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 

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.