01-25-2008 08:48 AM
01-25-2008 12:33 PM
What I'm really trying to do is identify which execution is active in a multithread environment. I have the callback
HRESULT CVICALLBACK ExecutionViewMgr_OnExecutionChanged(CAObjHandle caServerObjHandle, void *caCallbackData, TSUIObj_Execution execution)
which gets called everytime I click on one of the executions. The parameter TSUIObj_Execution execution is the same regardless of which thread I select.
01-29-2008 03:42 PM
01-29-2008 04:01 PM
01-29-2008 07:01 PM