Click here to Skip to main content
15,927,213 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionkill COM calls in thread Pin
viperlogic4-Apr-06 5:47
viperlogic4-Apr-06 5:47 
AnswerRe: kill COM calls in thread Pin
ThatsAlok4-Apr-06 6:46
ThatsAlok4-Apr-06 6:46 
GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 6:56
viperlogic4-Apr-06 6:56 
GeneralRe: kill COM calls in thread Pin
ThatsAlok4-Apr-06 7:05
ThatsAlok4-Apr-06 7:05 
GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 7:40
viperlogic4-Apr-06 7:40 
AnswerRe: kill COM calls in thread Pin
David Crow4-Apr-06 7:28
David Crow4-Apr-06 7:28 
GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 8:01
viperlogic4-Apr-06 8:01 
GeneralRe: kill COM calls in thread Pin
David Crow4-Apr-06 8:13
David Crow4-Apr-06 8:13 
viperlogic wrote:
Does "delete pThread" call ExitThread??


No. At the point in which you are deleting pThread, the thread has already terminated. You are just cleaning up the CWinThread object.

ExitThread() is called from within the secondary thread, unlike TerminateThread() which is called from outside the secondary thread.


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 10:19
viperlogic4-Apr-06 10:19 
QuestionRe: kill COM calls in thread Pin
David Crow4-Apr-06 10:37
David Crow4-Apr-06 10:37 
AnswerRe: kill COM calls in thread Pin
viperlogic4-Apr-06 10:41
viperlogic4-Apr-06 10:41 
GeneralRe: kill COM calls in thread Pin
David Crow4-Apr-06 11:02
David Crow4-Apr-06 11:02 
QuestionTreeView_CreateDragImage Pin
Luther Baker4-Apr-06 5:01
Luther Baker4-Apr-06 5:01 
Questionhackers delight, how to parse all compbinations Pin
9ine4-Apr-06 4:55
9ine4-Apr-06 4:55 
QuestionRe: hackers delight, how to parse all compbinations Pin
David Crow4-Apr-06 5:01
David Crow4-Apr-06 5:01 
AnswerRe: hackers delight, how to parse all compbinations Pin
9ine4-Apr-06 5:05
9ine4-Apr-06 5:05 
AnswerRe: hackers delight, how to parse all compbinations Pin
toxcct4-Apr-06 5:11
toxcct4-Apr-06 5:11 
GeneralRe: hackers delight, how to parse all compbinations Pin
9ine4-Apr-06 5:36
9ine4-Apr-06 5:36 
GeneralRe: hackers delight, how to parse all compbinations Pin
9ine4-Apr-06 6:25
9ine4-Apr-06 6:25 
QuestionRe: hackers delight, how to parse all compbinations Pin
David Crow4-Apr-06 7:31
David Crow4-Apr-06 7:31 
AnswerRe: hackers delight, how to parse all compbinations Pin
9ine4-Apr-06 23:05
9ine4-Apr-06 23:05 
GeneralRe: hackers delight, how to parse all compbinations Pin
David Crow5-Apr-06 4:09
David Crow5-Apr-06 4:09 
QuestionCListCtrl Pin
Anthony98874-Apr-06 4:52
Anthony98874-Apr-06 4:52 
AnswerRe: CListCtrl Pin
David Crow4-Apr-06 4:59
David Crow4-Apr-06 4:59 
AnswerRe: CListCtrl Pin
Laxman Auti4-Apr-06 18:36
Laxman Auti4-Apr-06 18:36 

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.