Click here to Skip to main content
15,885,366 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: software extensions Pin
_tasleem5-Apr-06 19:56
_tasleem5-Apr-06 19:56 
AnswerRe: software extensions Pin
toxcct5-Apr-06 0:10
toxcct5-Apr-06 0:10 
AnswerRe: software extensions Pin
Ștefan-Mihai MOGA5-Apr-06 0:12
professionalȘtefan-Mihai MOGA5-Apr-06 0:12 
GeneralRe: software extensions Pin
Waldermort5-Apr-06 0:18
Waldermort5-Apr-06 0:18 
QuestionFAX in landscape Pin
aasstt4-Apr-06 23:54
aasstt4-Apr-06 23:54 
AnswerRe: FAX in landscape Pin
PJ Arends5-Apr-06 5:24
professionalPJ Arends5-Apr-06 5:24 
QuestionSplitter Window Error Pin
Sameer_Thakur4-Apr-06 23:45
Sameer_Thakur4-Apr-06 23:45 
QuestionHow To Test Redirected Standard Handles of Another Process Pin
yccheok4-Apr-06 23:14
yccheok4-Apr-06 23:14 
Based on the article "How to spawn console processes with redirected standard handles" found at http://support.microsoft.com/default.aspx?scid=kb;en-us;190351

I realize that in order to see whether the spawned process is terminated, the author use the returned code from WriteFile.

If the WriteFile fail to write at the redirected standard handles of another process and the error code is ERROR_NO_DATA, that's mean the pipe was closed through normal child process termination.

However, is there any way to check whether the pipe is still connected to an alived process, without explicitly WriteFile through that pipe.

i.e.

bool IsPipeStillConnectedToAliveProcess (HANDLE pipeHandle);

Thank you very much!

cheok

QuestionReal time for applications Pin
BeakX4-Apr-06 23:06
BeakX4-Apr-06 23:06 
AnswerRe: Real time for applications Pin
toxcct4-Apr-06 23:09
toxcct4-Apr-06 23:09 
AnswerRe: Real time for applications Pin
Cedric Moonen4-Apr-06 23:11
Cedric Moonen4-Apr-06 23:11 
QuestionCopying Command Prompt Content Pin
kumarkar4-Apr-06 22:48
kumarkar4-Apr-06 22:48 
AnswerRe: Copying Command Prompt Content Pin
Waldermort5-Apr-06 0:05
Waldermort5-Apr-06 0:05 
QuestionAllow me to ask an elementary question Pin
LiYS4-Apr-06 21:57
LiYS4-Apr-06 21:57 
AnswerRe: Allow me to ask an elementary question Pin
V.4-Apr-06 22:21
professionalV.4-Apr-06 22:21 
GeneralRe: Allow me to ask an elementary question Pin
LiYS4-Apr-06 22:42
LiYS4-Apr-06 22:42 
AnswerRe: Allow me to ask an elementary question Pin
Nibu babu thomas4-Apr-06 22:27
Nibu babu thomas4-Apr-06 22:27 
GeneralRe: Allow me to ask an elementary question Pin
LiYS4-Apr-06 22:39
LiYS4-Apr-06 22:39 
GeneralRe: Allow me to ask an elementary question Pin
Nibu babu thomas4-Apr-06 22:45
Nibu babu thomas4-Apr-06 22:45 
GeneralRe: Allow me to ask an elementary question Pin
LiYS4-Apr-06 23:04
LiYS4-Apr-06 23:04 
GeneralRe: Allow me to ask an elementary question Pin
toxcct4-Apr-06 23:07
toxcct4-Apr-06 23:07 
GeneralRe: Allow me to ask an elementary question Pin
sunit55-Apr-06 0:15
sunit55-Apr-06 0:15 
GeneralRe: Allow me to ask an elementary question Pin
David Crow5-Apr-06 4:06
David Crow5-Apr-06 4:06 
AnswerRe: Allow me to ask an elementary question Pin
Michael Dunn5-Apr-06 5:20
sitebuilderMichael Dunn5-Apr-06 5:20 
QuestionDebug Vs Release Pin
<color>Aljechin 4-Apr-06 21:56
<color>Aljechin 4-Apr-06 21:56 

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.