Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM interface weirdity Pin
Michael Dunn1-Aug-05 6:55
sitebuilderMichael Dunn1-Aug-05 6:55 
GeneralGetQueueStatus Pin
Alex_Y1-Aug-05 4:58
Alex_Y1-Aug-05 4:58 
GeneralRe: GetQueueStatus Pin
David Crow1-Aug-05 5:46
David Crow1-Aug-05 5:46 
GeneralRe: GetQueueStatus Pin
Alex_Y1-Aug-05 6:05
Alex_Y1-Aug-05 6:05 
GeneralRe: GetQueueStatus Pin
David Crow1-Aug-05 6:33
David Crow1-Aug-05 6:33 
GeneralRe: GetQueueStatus Pin
Alex_Y1-Aug-05 7:37
Alex_Y1-Aug-05 7:37 
GeneralRe: GetQueueStatus Pin
David Crow1-Aug-05 7:58
David Crow1-Aug-05 7:58 
GeneralRe: GetQueueStatus Pin
Alex_Y1-Aug-05 8:39
Alex_Y1-Aug-05 8:39 
I was trying to resend to myself message by SendMessageTimeOut and it never expired. I found on msdn that timeout is disabled if you doing within the same thread. Smile | :)

Remarks

The function calls the window procedure for the specified window and, if the specified window belongs to a different thread, does not return until the window procedure has processed the message or the specified time-out period has elapsed.
!!!
If the window receiving the message belongs to the same queue as the current thread, the window procedure is called directly—the time-out value is ignored.
!!!


Thanks.


Smile | :)
GeneralCSock and firewall Pin
Shay Harel1-Aug-05 4:56
Shay Harel1-Aug-05 4:56 
GeneralRe: CSock and firewall Pin
Anonymous1-Aug-05 5:13
Anonymous1-Aug-05 5:13 
GeneralRe: CSock and firewall Pin
Anonymous1-Aug-05 5:17
Anonymous1-Aug-05 5:17 
GeneralRe: CSock and firewall Pin
Anonymous2-Aug-05 7:14
Anonymous2-Aug-05 7:14 
QuestionConverting from MFC Ext DLL to standard MFC DLL? Pin
Anacreon1-Aug-05 4:48
Anacreon1-Aug-05 4:48 
AnswerRe: Converting from MFC Ext DLL to standard MFC DLL? Pin
Alex_Y1-Aug-05 4:56
Alex_Y1-Aug-05 4:56 
GeneralRe: Converting from MFC Ext DLL to standard MFC DLL? Pin
Anacreon1-Aug-05 5:03
Anacreon1-Aug-05 5:03 
AnswerRe: Converting from MFC Ext DLL to standard MFC DLL? Pin
Anacreon1-Aug-05 5:02
Anacreon1-Aug-05 5:02 
GeneralRe: Converting from MFC Ext DLL to standard MFC DLL? Pin
Alex_Y1-Aug-05 5:57
Alex_Y1-Aug-05 5:57 
AnswerRe: Converting from MFC Ext DLL to standard MFC DLL? Pin
Anacreon2-Aug-05 4:35
Anacreon2-Aug-05 4:35 
GeneralWorker Thread notification in the middle. Pin
Member 17526741-Aug-05 4:22
Member 17526741-Aug-05 4:22 
GeneralRe: Worker Thread notification in the middle. Pin
Eytukan1-Aug-05 4:35
Eytukan1-Aug-05 4:35 
GeneralRe: Worker Thread notification in the middle. Pin
Abebe1-Aug-05 4:56
Abebe1-Aug-05 4:56 
GeneralRe: Worker Thread notification in the middle. Pin
Eytukan1-Aug-05 5:32
Eytukan1-Aug-05 5:32 
GeneralRe: Worker Thread notification in the middle. Pin
David Crow1-Aug-05 5:49
David Crow1-Aug-05 5:49 
GeneralUsing a #include in a struct Pin
Anonymous1-Aug-05 3:55
Anonymous1-Aug-05 3:55 
GeneralRe: Using a #include in a struct Pin
toxcct1-Aug-05 3:59
toxcct1-Aug-05 3:59 

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.