Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) Pin
Randor 30-Mar-08 7:46
professional Randor 30-Mar-08 7:46 
GeneralRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) Pin
Simon130-Mar-08 11:40
Simon130-Mar-08 11:40 
GeneralRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) [modified] Pin
Rajkumar R30-Mar-08 19:27
Rajkumar R30-Mar-08 19:27 
GeneralRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) Pin
JudyL_MD31-Mar-08 4:38
JudyL_MD31-Mar-08 4:38 
GeneralRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) Pin
Randor 31-Mar-08 4:53
professional Randor 31-Mar-08 4:53 
GeneralRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) Pin
JudyL_MD31-Mar-08 5:00
JudyL_MD31-Mar-08 5:00 
AnswerRe: Getting the information, if a softwrare is "running as administartor" (C++ / Windows Vista) Pin
graypx24-Jun-08 6:12
graypx24-Jun-08 6:12 
GeneralSTA component call MTA component Pin
George_George30-Mar-08 3:38
George_George30-Mar-08 3:38 
Hello everyone,


Two basic questions about function invocation from STA to MTA.

1.

In my understaning, the owning thread of STA should not touch MTA component, and also in MTA there is no message queue for MTA owning thread to pumping messages.

My question is, if the owning thread of STA calls MTA component (by interface pointer), which thead is responsible for executing in MTA? From my above analysis, seems both STA owner thread (can not touch MTA component) and MTA owner thread (can not receive calls from STA through message queue, snice no message queue in MTA.)

2.

Before function call returns from MTA, will STA thread waiting or it could execute in asynchronous way?


thanks in advance,
George
Generalgetting pixel(s) directly from the screen Pin
shja8830-Mar-08 3:26
shja8830-Mar-08 3:26 
GeneralRe: getting pixel(s) directly from the screen Pin
CPallini30-Mar-08 3:53
mveCPallini30-Mar-08 3:53 
GeneralRe: getting pixel(s) directly from the screen Pin
shja8830-Mar-08 4:13
shja8830-Mar-08 4:13 
QuestionRe: getting pixel(s) directly from the screen Pin
Hamid_RT7-Apr-08 2:31
Hamid_RT7-Apr-08 2:31 
Generalauto_ptr assignment compile error Pin
George_George30-Mar-08 0:51
George_George30-Mar-08 0:51 
GeneralRe: auto_ptr assignment compile error Pin
CPallini30-Mar-08 1:33
mveCPallini30-Mar-08 1:33 
GeneralRe: auto_ptr assignment compile error Pin
George_George30-Mar-08 2:38
George_George30-Mar-08 2:38 
GeneralRe: auto_ptr assignment compile error Pin
CPallini30-Mar-08 2:43
mveCPallini30-Mar-08 2:43 
GeneralRe: auto_ptr assignment compile error Pin
George_George30-Mar-08 2:49
George_George30-Mar-08 2:49 
Generalthe debug problem in VC++ Pin
wendyyue29-Mar-08 23:19
wendyyue29-Mar-08 23:19 
GeneralRe: the debug problem in VC++ Pin
Cedric Moonen29-Mar-08 23:51
Cedric Moonen29-Mar-08 23:51 
GeneralRe: the debug problem in VC++ Pin
rp_suman30-Mar-08 1:06
rp_suman30-Mar-08 1:06 
GeneralRe: the debug problem in VC++ Pin
Saurabh.Garg30-Mar-08 1:59
Saurabh.Garg30-Mar-08 1:59 
GeneralRe: the debug problem in VC++ Pin
David Crow30-Mar-08 2:54
David Crow30-Mar-08 2:54 
GeneralRe: the debug problem in VC++ Pin
Hamid_RT7-Apr-08 2:29
Hamid_RT7-Apr-08 2:29 
GeneralCustom C++ Runtime Pin
Richard Andrew x6429-Mar-08 14:24
professionalRichard Andrew x6429-Mar-08 14:24 
GeneralRe: Custom C++ Runtime Pin
Mark Salsbery29-Mar-08 14:28
Mark Salsbery29-Mar-08 14:28 

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.